body {
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: var(--light);
	font-family: system-ui, sans-serif;
	color: var(--text);
}

html {
	font-size: 100%;
	font-family: "DM Sans", sans-serif;
	scroll-behavior: smooth;
}

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

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

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
	font-size: 100%;
	scrollbar-width: thin;
}

a:hover, a, a:active {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0c295f;
}

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 130%;
	font-family: "DM Sans", sans-serif;
	margin: 0;
}

.ni-container {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

.ni-grid {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(12,1fr);
}

.col1 {
	grid-column: span 1;
}

.row1 {
	grid-row: span 1;
}

.col2 {
	grid-column: span 2;
}

.row2 {
	grid-row: span 2;
}

.col3 {
	grid-column: span 3;
}

.row3 {
	grid-row: span 3;
}

.col4 {
	grid-column: span 4;
}

.row4 {
	grid-row: span 4;
}

.col5 {
	grid-column: span 5;
}

.row5 {
	grid-row: span 5;
}

.col6 {
	grid-column: span 6;
}

.row6 {
	grid-row: span 6;
}

.col7 {
	grid-column: span 7;
}

.row7 {
	grid-row: span 7;
}

.col8 {
	grid-column: span 8;
}

.row8 {
	grid-row: span 8;
}

.col9 {
	grid-column: span 9;
}

.row9 {
	grid-row: span 9;
}

.col10 {
	grid-column: span 10;
}

.row10 {
	grid-row: span 10;
}

.col11 {
	grid-column: span 11;
}

.row11 {
	grid-row: span 11;
}

.col12 {
	grid-column: span 12;
}

.row12 {
	grid-row: span 12;
}

.backdrop {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	width: 100%;
	z-index: 17;
	display: block;
}

.search-menu--active .search-menu {
	pointer-events: auto;
	transform: translateY(0);
	top: 0;
}

.search-menu--active .backdrop {
	opacity: 1;
	pointer-events: auto;
}

.show__side--menu .responsive--nav {
	left: 0;
	transition: all 0.4s ease;
}

.trigger-close {
	position: absolute;
	top: 20px;
	right: 15px;
	background: #0c295f;
	cursor: pointer;
	border: none;
	padding: 0;
	font-size: 15px;
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	font-weight: 700;
	z-index: 1;
	line-height: 28px;
	text-align: center;
}

body.show-user-sidebar .user-dashboard {
	right: 0;
}

body.show-user-sidebar .backdrop {
	opacity: 1;
	pointer-events: auto;
}

.desktop-mode {
	display: none;
}

.mobile-mode {
	display: block;
}

.exclusive-news-holder .dn-container-small .heading:hover {
	color: #fbec88;
}

.exclusive-news-holder .dn-container-small .heading:hover a {
	color: #fbec88;
}

.white .thumbnail-news a .news-title {
	color: #fff;
}

.white .thumbnail-news a:hover {
	color: #fff;
	opacity: 0.87;
}

.main-header {
	position: sticky;
	z-index: 100;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 10px 5px 20px rgba(0,0,0,0.0705882353);
}

.main-header .main-header__wrapper {
	display: flex;
	transition: 0.3s;
	align-items: center;
	justify-content: center;
	left: 0;
	width: 100%;
	z-index: 1;
}

.main-header .main-header__wrapper .ni-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.main-header .main-header__wrapper .logo {
	padding: 15px 0;
	margin: auto 0;
	display: inline-block;
	margin-bottom: auto;
}

.main-header .main-header__wrapper .logo img {
	width: 210px;
}

.main-header .main-header__wrapper .main-header__nav {
	display: flex;
	align-items: center;
	align-self: stretch;
	z-index: 1;
	margin-left: auto;
	padding-right: 16px;
}

.main-header .main-header__wrapper .main-header__nav > ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-self: stretch;
}

.main-header .main-header__wrapper .main-header__nav > ul > li {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: relative;
}

.main-header .main-header__wrapper .main-header__nav > ul > li span {
	font-size: 13px;
	font-weight: 500;
	margin-left: 7px;
	transition: 0.2s linear;
}

.main-header .main-header__wrapper .main-header__nav > ul > li > ul {
	position: absolute;
	top: 140%;
	z-index: 252;
	background: #fff;
	width: 230px;
	border-radius: 0 0 8px 8px;
	list-style-type: none;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	box-shadow: 5px 8px 15px rgba(0,0,0,0.1019607843);
}

.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.0588235294);
}

.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li > a {
	display: block;
	font-size: 13.8px;
	height: auto;
	font-weight: 500;
	color: rgba(0,0,0,0.9098039216);
}

.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover > a, .main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover span {
	color: #0c295f;
}

.main-header .main-header__wrapper .main-header__nav > ul > li:not(:last-child) {
	padding-right: 25px;
}

.main-header .main-header__wrapper .main-header__nav > ul > li > a {
	display: flex;
	color: #000;
	align-items: center;
	opacity: 0.9;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	font-family: "DM Sans", sans-serif;
}

.main-header .main-header__wrapper .main-header__nav > ul > li.active > a, .main-header .main-header__wrapper .main-header__nav > ul > li.active span {
	color: #0c295f;
}

.main-header .main-header__wrapper .main-header__nav > ul > li:hover > a, .main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
	color: #0c295f;
}

.main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
	display: inline-block;
	transform: rotate(180deg);
}

.main-header .main-header__wrapper .main-header__nav > ul > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-header .main-header__wrapper .header-right {
	margin-top: 8px;
}

.hamburger {
	display: none;
	width: 28px;
	cursor: pointer;
	margin-right: 12px;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 20px;
	margin-left: auto;
}

.hamburger > span {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(17,17,17,0.7019607843);
	margin-bottom: 8px;
}

.hamburger > span:nth-child(2n) {
	width: 60%;
}

.hamburger > span:last-child {
	margin-bottom: 0;
}

.hamburger:hover > span {
	background: #0c295f;
	width: 100%;
}

#sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: -340px;
	height: 100vh;
	z-index: 11111;
	background: #fff;
	transition: all 0.3s;
	overflow-y: auto;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

#sidebar > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

#sidebar > ul > li {
	position: relative;
}

#sidebar > ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.0705882353);
}

#sidebar > ul > li > ul {
	list-style: none;
	padding: 0;
	background: #f1f1f1;
	display: none;
	margin: 0;
}

#sidebar > ul > li > ul > li > a {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.0509803922);
	font-size: 15px;
	padding: 8px 8px 8px 17px;
	display: block;
	font-family: "DM Sans", sans-serif;
}

#sidebar > ul > li > ul > li:hover > a {
	color: #0c295f;
}

#sidebar > ul > li > a {
	color: #0c295f;
	padding: 10px 15px;
	font-size: 15px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	font-weight: 700;
	display: inline-block;
	font-family: "DM Sans", sans-serif;
}

#sidebar > ul > li span {
	position: absolute;
	right: 14px;
	top: 14px;
	font-weight: 400;
	cursor: pointer;
	font-size: 14px;
	color: #0c295f;
}

#sidebar > ul > li:hover > a {
	opacity: 0.6;
}

.show__side--menu #sidebar {
	left: 0;
	transition: all 0.4s ease;
}

.overlay {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: 998;
	display: none;
}

.site-footer {
	padding: 30px 0 15px 0;
	background: #0c295f;
	position: relative;
}

.site-footer:before {
	content: "";
	background: url(../images/transparent-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-attachment: fixed;
}

.site-footer > div {
	position: relative;
	z-index: 1;
}

.site-footer .f-logo img {
}

.site-footer .quick__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .quick__links ul li {
	padding-bottom: 12px;
}

.site-footer .quick__links ul li a {
	color: rgba(255,255,255,0.6705882353);
	font-weight: 400;
	font-size: 14px;
	position: relative;
	display: inline-block;
	border-bottom: solid 1px #eeeeee29;
    padding: 5px;
}

.site-footer .quick__links ul li:hover a {
	opacity: 1;
	color: #fff;
}

.quick__links span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 10px;
	display: inline-block;
}

.copyright {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.16);
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	padding: 15px 20px;
	flex-wrap: wrap;
}

.f-contacts div {
	margin-bottom: 20px;
	line-height: 1.25;
}

.f-contacts div span {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	padding-top: 0;
	display: inline-block;
}

.f-contacts div h4, .f-contacts div strong {
	margin: 0;
	line-height: 100%;
	display: block;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
}

.f-contacts div h4.socials a, .f-contacts div strong.socials a {
	font-weight: 300;
	font-size: 17px;
	margin-right: 5px;
	background: rgba(17,17,17,0.1411764706);
	height: 40px;
	width: 40px;
	border-radius: 48px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-bottom: 11px;
}

.f-contacts div h4.socials a:hover, .f-contacts div strong.socials a:hover {
	color: #0c295f;
	background: #fff;
}

.f-contacts div h4 a, .f-contacts div strong a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
}

.c-btn {
	padding: 13px 15px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	font-family: "DM Sans", sans-serif;
	display: inline-block;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	position: relative;
}

.c-btn span {
	position: relative;
	z-index: 1;
}

.c-btn:after {
	background: linear-gradient(159deg, rgb(0,71,171) 0%, rgb(28,169,201) 100%);
	border-radius: 50%;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	transform: scale(1) translateY(67px);
	transition: transform 0.4s cubic-bezier(0.66,0,0.34,1);
	width: 100%;
	left: 0;
}

.c-btn:hover {
	color: #fff;
}

.c-btn:hover:after {
	transform: scale(1.47) translateY(0);
}

.c-btn-curve {
	border-radius: 4px;
}

.c-btn-fill {
	display: inline-block;
	width: fit-content;
	padding: 10px 20px;
	background: #fa5547;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.3s ease;
}

.c-btn-border {
	color: #0c295f;
	border: 1px solid #0c295f;
}

.btn-text {
	color: #000;
	display: inline-flex;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #0073aa;
	text-decoration: none;
}

.btn-text i {
	background: #fa5547;
	color: #fff;
	display: inline-block;
	height: 28px;
	border-radius: 100%;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	transform: rotate(-45deg);
	transition: 0.2s transform cubic-bezier(0.175,0.885,0.32,1.275);
}

.btn-text:hover i {
	background: #0c295f;
	transform: rotate(0);
	color: #fff;
}

.activity-tab {
	list-style: none;
	padding: 0;
	margin: 0;
}

.activity-tab li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	position: relative;
	cursor: pointer;
	border-radius: 40px;
	display: inline-block;
}

.activity-tab li:before {
	width: 0;
	height: 1px;
	content: "";
	transition: 0.3s linear;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #0c295f;
}

.activity-tab li.active, .activity-tab li:hover {
	color: #0c295f;
}

.activity-tab li.active::before, .activity-tab li:hover::before {
	width: 100%;
}

.home-hero {
	position: relative;
	width: 100%;
height: clamp(320px, 70vh, 800px);
	max-height: 800px;
	overflow: hidden;
}

.home-hero .slick-slider, .home-hero .slick-list, .home-hero .slick-track, .home-hero .slick-slide, .home-hero .slick-slide > div {
	height: 100%;
}

.home-hero .block-homepage-hero__slide {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.home-hero .block-homepage-hero__figure {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.home-hero .block-homepage-hero__figure::before, .home-hero .block-homepage-hero__figure::after {
	display: none !important;
	content: none !important;
}

.home-hero .block-homepage-hero__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.home-hero .container {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 2;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.home-hero .block-homepage-hero__content-1 {
	max-width: 700px;
	color: #fff;
}

.home-hero .block-homepage-hero__slide-title {
	font-size: clamp(18px,4vw,48px);
	font-weight: 700;
	line-height: 1.2;
}

.home-hero .slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 5;
}

.home-hero .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.4;
}

.home-hero .slick-dots li.slick-active {
	opacity: 1;
}

.section {
	padding-block-start: 60px;
	padding-block-end: 60px;
}

.section-about {
	background: rgba(0,90,170,0.168627451);
	position: relative;
}

.section-about:before {
	position: absolute;
	left: 0;
	opacity: 0.2;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	background-image: url(../images/pattern.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.section-about .heading-wrap p {
	margin: 0px 25px 35px 0;
	font-size: 18px;
}

.heading-small {
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	color: #0c295f;
	color: #0c295f;
	font-weight: 600;
	font-size: 14px;
}

.heading-small:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: #0c295f;
	height: 7px;
	width: 7px;
	border-radius: 100%;
}

.heading-lg {
	font-size: 40px;
	line-height: 1.3;
	font-family: "DM Sans", serif;
	line-height: 1.2;
	color: #0c295f;
	margin: 0px 0 0 0;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.heading-lg.small {
	font-size: 25px;
	letter-spacing: -1px;
}

.heading-wrap p {
	font-size: 17px;
	margin: 0px 0 35px 0;
	line-height: 1.85;
}

.about-imgcontainer img {
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
	border-radius: 114px 8px;
	filter: drop-shadow(12px 12px 0px #40a9db);
}

.about-section-wrap {
	margin-top: 45px;
}

.about-card .card-title-wrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 16px 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	z-index: 1;
}

.about-card .card-title-wrap h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.about-card .card-title-wrap i {
	background: rgba(51,51,51,0.4392156863);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

.about-card .card-title-wrap p {
	font-size: 15px;
}

.about-card a {
	position: relative;
	display: block;
	height: 240px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
}

.about-card a > img {
	height: 100%;
	width: 100%;
	border-radius: 6px;
	-o-object-fit: contain;
	object-fit: contain;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.about-card a img.icon {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	height: auto;
	width: 40px;
	opacity: 1;
}

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

.about-card a::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0,0,0) 1.72%, rgba(0,0,0,0.35) 63.3%);
	z-index: 1;
}

.load-more {
	margin-top: 15px;
	text-align: center;
}

.title-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	text-align: center;
}

.section__team p {
	font-size: 15px;
	margin: 0px 30px 0px 0;
	line-height: 1.65;
}

.section__team .team-bod {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.team-col .image {
	height: 350px;
	margin-bottom: 12px;
}

.team-col .image img {
	object-fit: cover;
	border-radius: 4px;
	height: 100%;
	width: 100%;
}

.team-col .team-caption {
	text-align: center;
}

.team-col .team-caption .team-name {
	font-size: 15px;
	font-weight: 600;
}

.team-col .team-caption .team-name a {
	color: inherit;
}

.team-col .team-caption .team-job {
	font-size: 13px;
	font-weight: 600;
	opacity: 0.7;
	margin-top: 0;
}

.team-col.team-col-small .image {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	margin: 0 auto 10px auto;
	padding: 5px;
	box-shadow: 0 5px 12px #0c295f;
}

.team-col.team-col-small .image img {
	border-radius: 100%;
	margin-bottom: 10px;
}

.partners-col {
	border: 1px solid rgba(0,0,0,0.18);
	padding: 18px 40px;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.partners-col img {
	height: 100%;
	overflow: hidden;
	object-fit: contain;
}

.partners-col h3 {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
}

.section__team {
	background: #40a9db;
	position: relative;
}

.section__team .ni-container {
	position: relative;
	z-index: 2;
}

.section__team:before {
	position: absolute;
	left: 0;
	opacity: 0.2;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	background-image: url(../images/wood.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.section__team .heading-lg, .section__team .heading-small, .section__team p, .section__team .team-col {
	color: #fff;
}

.section__team .heading-lg .team-caption, .section__team .heading-lg .team-job, .section__team .heading-small .team-caption, .section__team .heading-small .team-job, .section__team p .team-caption, .section__team p .team-job, .section__team .team-col .team-caption, .section__team .team-col .team-job {
	color: #fff;
}

.section__media {
	background: rgba(0,90,170,0.12);
}

.section__media .activity-card {
	background: none;
	border: none;
}

.section__media .activity-card > a {
	height: 200px;
}

.section__media .activity-card > a img {
	border-radius: 10px;
}

.section__media .activity-card .activity-description {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.page-header {
    position: relative;
    overflow: hidden;
    display: block;
    /* Deep Navy base with blended highlight colors */
    background: linear-gradient(-45deg, #0c295f, #163e8c, #076037, #1a4ba3);
    background-size: 400% 400%;
    animation: gradientShift 12s ease infinite;
     
    color: #ffffff;
}

/* Background Flow Animation */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Subtle Animated Glass Overlay */
.page-header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    animation: rotateAura 20s linear infinite;
    pointer-events: none;
}

@keyframes rotateAura {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Ensure header content stays crisp and on top */
.page-header * {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
        background-size: 200% 200%; /* Faster look on smaller screens */
    }
}

.page-header:before {
	position: absolute;
	left: 0;
	opacity: 0.2;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
/*	background-image: url(../images/wood.svg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header .page-header__bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-animation: 20s infinite zoom;
	animation: 20s infinite zoom;
}

.page-header .page-header__bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	background-color: #000;
	content: "";
}

.page-header .ni-container {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-header .ni-container h2 {
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	text-transform: inherit;
	line-height: 1.2;
	color: #fff;
}

.page-header .c-breadcrumb {
	position: absolute;
	bottom: 0px;
	right: 0px;
	justify-content: center;
	background-color: #fff;
	padding: 9px 15px;
}

.section-about-main {
	background: rgb(175 216 254 / 16%);
	border-bottom: 1px solid #0c295f;
	text-align: justify;
}

.about-intro h1 {
	padding-bottom: 20px;
}

.about-intro p {
	margin: 0px 0 15px 0;
}

.about-intro p img {
    /* Default Desktop Styles */
    float: left;
    max-width: 400px; /* Prevents image from being too huge */
    width: 100%;      /* Ensures it scales down */
    height: auto !important;
    padding-right: 25px;
    padding-bottom: 15px; /* Adds space below when text wraps */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* Tablet and Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .about-intro p img {
        /* Remove float to prevent text squeezing */
        float: none;
        display: block;
        
        /* Center the image */
        margin: 0 auto 20px auto; 
        
        /* Reset padding since float is gone */
        padding-right: 0;
        
        /* Ensure it doesn't exceed screen width */
        max-width: 100%; 
    }

    .about-intro p {
        /* Ensure text aligns nicely under centered image */
        text-align: left; 
    }
}

/* Small Phone Adjustments */
@media (max-width: 480px) {
    .about-intro p img {
        border-radius: 5px; /* Slightly smaller radius for small screens */
        margin-bottom: 15px;
    }
}

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

.block-hero-contact__content-col {
	padding-right: 40px;
}

.block-hero-contact__form-col form {
	background: #f1f1f1;
	border: rgba(0,0,0,0.05) 1px solid;
	border-radius: 4px;
	padding: 22px;
	padding-bottom: 22px;
	padding-bottom: 15px;
	margin-top: 20px;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2,1fr);
}

.block-hero-contact__form-col form div {
	flex: 1;
}

.block-hero-contact__form-col form div input, .block-hero-contact__form-col form div select, .block-hero-contact__form-col form div textarea {
	display: block;
	width: 100%;
	padding: 0 0 0 16px;
	height: 46px;
	margin-top: 10px;
	color: #0f1419;
	font-weight: 600;
	border: 1px solid rgba(17,17,17,0.1490196078);
	border-radius: 0.25rem;
	background-color: #fff;
	outline: none;
	transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
	font-size: 16px;
	line-height: 1.5rem;
	font-family: "DM Sans", sans-serif;
	transition: all 0.35s ease-in-out;
}

.block-hero-contact__form-col form div input:focus, .block-hero-contact__form-col form div select:focus, .block-hero-contact__form-col form div textarea:focus {
	border: 1px solid #0c295f;
}

.block-hero-contact__form-col form div textarea {
	height: 150px;
	padding: 13px 20px;
}

.block-hero-contact__form-col form div .btn {
	width: 120px;
	display: inline-block;
}

.block-hero-contact__form-col form div:first-child + div + div {
	grid-column: span 2;
}

.block-hero-contact__content-col .section-heading span, .block-hero-contact__form-col .section-heading span {
	margin-top: 7px;
	display: block;
	font-size: 17px;
}

.contact-detail {
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.contact-detail li {
	position: relative;
	padding-left: 49px;
	margin-bottom: 30px;
	font-size: 17px;
}

.contact-detail li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	opacity: 0.6;
}

.contact-detail li h4, .contact-detail li .h4 {
	color: #0f1419;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.contact-detail li p {
	font-weight: 500;
	color: #111;
	font-size: 16px;
}

.contact-detail li p a {
	font-weight: 500;
	color: #111;
}

.contact-detail .social-media {
	margin-top: 12px;
}

.contact-detail .social-media a {
	width: 38px;
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #f1f1f1;
	color: #111;
}

.contact-detail .social-media a:hover {
	background: #0c295f;
	color: #fff;
}

.map-frame {
	margin-top: 35px;
}

.map-frame iframe {
	width: 100%;
	height: 450px;
}

.section__gallery .about-card .card-title-wrap {
	padding: 10px 18px 10px 18px;
}

.section__gallery .about-card .card-title-wrap h3 {
	font-size: 16px;
}

.section__gallery .about-card a {
	height: 230px;
}

.team-bod {
	gap: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,0.1294117647);
	padding-bottom: 22px;
}

.team-bod .team-col {
	flex: 16%;
}

.other-team-wrap {
	grid-gap: 20px;
	grid-template-columns: repeat(5,1fr);
	display: grid;
}

.section-chairman .image {
	height: 540px;
	width: 100%;
}

.section-chairman .image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
}

.section-chairman .heading-wrap {
	padding-left: 10px;
	display: grid;
	align-content: center;
	height: 100%;
}

.section-chairman .heading-wrap .heading-lg {
	font-size: 30px;
}

.section-chairman .heading-wrap p {
	font-size: 16px;
	margin: 0px 0 15px 0;
	line-height: 1.85;
	text-align: justify;
}

.c-breadcrumb {
	display: flex;
	padding: 0;
	border-radius: 4px 4px 0 0;
	margin: 0;
	flex-wrap: nowrap;
	gap: 5px;
	overflow-x: auto;
	white-space: nowrap;
}

.c-breadcrumb li {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
}

.c-breadcrumb li a {
	color: inherit;
}

.c-breadcrumb li:not(:first-child)::before {
	margin-left: 9px;
	margin-right: 9px;
	display: inline-block;
	opacity: 0.5;
	content: "/";
}

.c-breadcrumb li.active a {
	color: #0c295f;
}

.section-search form {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.section-md {
	padding: 40px 0;
}

.section_project-detail .content-container .post-info-date {
	padding: 15px 0;
	font-size: 13px;
	margin-top: 15px;
	border-top: 1px dashed rgba(17,17,17,0.2509803922);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.section_project-detail .content-container .post-info-date i {
	margin-right: 5px;
	font-size: 13px;
	opacity: 0.76;
}

.section_project-detail .heading {
	font-size: 28px;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	padding-top: 15px;
	color: #000;
	font-weight: 600;
}

.section_project-detail .featured-banner {
	margin-bottom: 20px;
}

.section_project-detail .featured-banner img {
	border-radius: 4px;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.section_project-detail .about-card a {
	height: 200px;
}

.section_project-detail .about-card a:before {
	background: none;
}

.content-area {
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	line-height: 1.76;
}

.content-area p:not(:last-child) {
	margin-bottom: 12px;
}

.content-area img, .content-area iframe {
	margin-bottom: 15px;
	border-radius: 4px;
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
	margin-bottom: 15px;
	font-family: "DM Sans", sans-serif;
}

.content-area iframe {
	width: 100%;
}

.sticky {
	position: sticky;
	top: 100px;
}

.news-col-wrap .news-col {
	display: flex;
	margin-top: 25px;
	gap: 20px;
}

.news-col-wrap .news-col :not(:last-child) {
	margin-bottom: 20px;
}

.news-col-wrap .news-col > a {
	display: block;
	height: 80px;
	margin-bottom: 0;
	width: 80px;
	flex: auto;
}

.news-col-wrap .news-col > a img {
	border-radius: 4px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news-col-wrap .news-col .news-col-wrap {
	flex: 11;
}

.news-col-wrap .news-col .news-col-wrap .post-info-date {
	padding: 4px 0 0 0;
	font-size: 12px;
	margin-top: 0;
	border-top: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

.news-col-wrap .news-col .news-col-wrap .post-info-date i {
	opacity: 0.87;
	font-size: 11px;
}

.news-col-wrap .news-col .news-col-wrap h3 {
	color: #000;
	padding-bottom: 8px;
	line-height: 1.35;
	font-weight: 400;
	font-size: 15px;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 0;
}

.news-col-wrap .news-col .news-col-wrap h3 a {
	color: inherit;
}

.news-col-wrap .news-col .news-col-wrap h3:hover {
	color: #0c295f;
}

.sidebar-title {
	font-size: 25px;
	color: #0c295f;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
}

.col-md-9 .content-container {
	padding-right: 25px;
	margin-right: 5px;
	border-right: 1px solid rgba(17,17,17,0.1411764706);
}

.hpfn_header {
	background: #198754;
	color: #ffffff;
	font-size: 14px;
}

.hpfn_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}

.hpfn_contact_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.hpfn_contact_list li {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.hpfn_contact_list a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}

.hpfn_contact_list a:hover {
	text-decoration: underline;
	color: #e9e9e9;
}

.hpfn_social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hpfn_social a {
	color: #ffffff;
	font-size: 16px;
	transition: 0.3s;
}

.hpfn_social a:hover {
	color: #fa5547;
	transform: translateY(-2px);
}

.hpfn_member {
	width: 100%;
	margin: 0;
	padding: 0;
}

.hpfn_member_inner {
	width: 100%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 60px 20px;
}

.hpfn_member_inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), #198776);
	z-index: 1;
}

.hpfn_member_content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	color: #fff;
	animation: fadeUp 1s ease;
}

.hpfn_title {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	color: #fff;
}

.hpfn_desc {
	font-size: 17px;
	line-height: 1.6;
	opacity: 0.9;
	margin-bottom: 25px;
}

.hpfn_btn_group {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.hpfn_btn {
	padding: 12px 28px;
	background: #fa5547;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	transition: 0.3s ease;
	border: 2px solid #fa5547;
	display: inline-block;
	width: fit-content;
	padding: 10px 20px;
	background: #fa5547;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.3s ease;
}

.hpfn_btn:hover {
	background: transparent;
	color: #fff;
	background: #ff7a1a;
	transform: translateY(-2px);
}

.hpfn_btn.outline {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.hpfn_btn.outline:hover {
	background: #fff;
	color: #000;
}

.activity-card {
	background: #fff;
	border-radius: 10px;
	transition: 0.3s ease;
	height: 100%;
}

.activity-card:hover {
	transform: translateY(-3px);
	transform: translateY(-5px);
}

.activity-card-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.activity-image {
	flex: 0 0 120px;
}

.activity-image img {
	width: 120px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.activity-description {
	flex: 1;
}

.activity-title {
	margin-bottom: 6px;
	font-size: 18px;
	margin-bottom: 10px;
}

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

.section-desc {
	font-size: 14px;
	color: #666;
}

.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	height: 280px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.gallery-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.gallery-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.8s ease, filter 0.8s ease;
}

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

.gallery-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient( to top, rgba(0,0,0,0.6), rgba(0,0,0,0.1), transparent );
	z-index: 1;
}

.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	z-index: 2;
	background: linear-gradient( to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2), transparent );
}

.card-title h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.gallery-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	z-index: 3;
	transition: 0.4s ease;
	background: rgba(0,0,0,0.15);
}

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

.hpfn_section {
	background: #0c295f;
	color: #fff;
	padding: 80px 0;
	font-family: Arial, sans-serif;
}

.hpfn_wrapper {
	display: flex;
	gap: 50px;
	align-items: stretch;
}

.hpfn_image {
	flex: 0 0 30%;
	height: 450px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	background: #111;
}

.hpfn_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
	transition: 0.5s ease;
}

.hpfn_image:hover img {
	transform: scale(1.05);
}

.hpfn_content {
	flex: 0 0 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
}

.hpfn_line {
	width: 80px;
	height: 4px;
	background: #fa5547;
	border-radius: 3px;
}

.hpfn_text {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	color: rgba(255,255,255,0.85);
}

.hpfn_signature {
	width: 180px;
	height: 60px;
}

.hpfn_signature img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hpfn_error {
	color: #fff;
	text-align: center;
}

.hpfn_signature_wrap {
	margin-top: 15px;
}

.hpfn_signature_name {
	font-family: "Brush Script MT", "Pacifico", "Great Vibes", cursive;
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	transform: rotate(-2deg);
	display: inline-block;
	opacity: 0.9;
}

.hpfn_signature_name:hover {
	transform: rotate(0deg) scale(1.05);
	transition: 0.3s ease;
}

.copyright span:first-child {
	font-weight: 600;
	color: #fff;
}

.footer-right {
	margin-left: auto;
	font-weight: 600;
	color: #fff;
}

.footer-right:hover {
	color: #f97316;
	transition: 0.3s ease;
}

.hpfn-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
	font-family: "Open Sans", sans-serif;
}

.hpfn-filter {
	background: #fff;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 12px;
	margin-bottom: 25px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 15px;
}

.hpfn-filter label {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 5px;
}

.hpfn-filter select, .hpfn-filter input {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	width: 100%;
	outline: none;
}

.hpfn-filter button {
	background: #2c7be5;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	padding: 10px;
	font-weight: 600;
}

.hpfn-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.geodir-category-content {
	border: 1px solid #eee;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: 0.3s;
}

.geodir-category-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.hpfn-thumb {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.hpfn-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.geodir-category-content:hover .hpfn-thumb img {
	transform: scale(1.05);
}

.geodir-category-content-title {
	padding: 15px 15px 5px;
}

.title-sin_map {
	font-size: 18px;
	margin: 0 0 8px;
}

.title-sin_map a {
	text-decoration: none;
	color: #222;
}

.title-sin_map a:hover {
	color: #2c7be5;
}

.geodir-category-location {
	font-size: 13px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 6px;
}

.geodir-category-footer {
	border-top: 1px solid #f1f1f1;
	padding: 10px 15px;
}

.geodir-opt-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.geodir-opt-list a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #f5f7ff;
	color: #2c7be5;
	text-decoration: none;
	transition: 0.3s;
}

.geodir-opt-list a:hover {
	background: #2c7be5;
	color: #fff;
}

.hpfnhotel_banner {
	position: relative;
	height: 420px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	height: 420px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	color: #fff;
	height: 340px;
	border-radius: var(--radius);
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.hpfnhotel_banner:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
}

.hpfnhotel_banner .content {
	position: relative;
	z-index: 2;
}

.hpfnhotel_banner h1 {
	font-size: 40px;
	margin: 10px 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.main {
	flex: 3;
	min-width: 0;
	flex: 3;
}

.sidebar {
	flex: 1;
	position: sticky;
	top: 90px;
	flex: 1;
}

.hotel-tab-nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 15px 0;
	margin: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hotel-tab-nav ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #333;
}

.box {
	margin-bottom: 40px;
	background: #fff;
	padding: 25px;
	border-radius: var(--radius);
	margin-bottom: 20px;
	box-shadow: var(--shadow);
	transition: 0.3s;
}

.facts {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 15px;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px,1fr));
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.facts li {
	background: #f8f8f8;
	padding: 25px;
	text-align: center;
	border-radius: 12px;
	background: var(--light);
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	transition: 0.3s;
}

.facts strong {
	font-size: 30px;
	display: block;
	display: block;
	font-size: 26px;
	color: var(--primary);
}

.amenities {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 12px;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
}

.amenities li {
	background: #fff;
	border: 1px solid #eee;
	padding: 12px 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #eee;
	padding: 10px 12px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px,1fr));
	gap: 10px;
}

.gallery img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 10px;
	transition: 0.3s;
	cursor: pointer;
}

.gallery img:hover {
	transform: scale(1.03);
	transform: scale(1.05);
}

.sidebar_box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.06);
	background: #fff;
	padding: 20px;
	border-radius: var(--radius);
	margin-bottom: 20px;
	box-shadow: var(--shadow);
}

.sidebar_box h3 {
	margin-bottom: 10px;
	margin-bottom: 12px;
	border-left: 4px solid var(--primary);
	padding-left: 8px;
}

.contact_item {
	display: flex;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px 12px;
	margin-bottom: 10px;
	border-radius: 8px;
	text-decoration: none;
	background: var(--light);
	color: var(--text);
	transition: 0.3s;
}

.contact_item i {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f5ff;
	color: #2c7be5;
	border-radius: 6px;
}

.map_btn {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 12px;
	background: #2c7be5;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 14px;
	background: var(--primary);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s;
}

.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.92);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.9);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.lightbox img {
	max-width: 90%;
	max-height: 80vh;
	border-radius: 12px;
	max-width: 85%;
	max-height: 80%;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.lb_btn {
	position: absolute;
	background: rgba(255,255,255,0.15);
	color: #fff;
	border: none;
	padding: 10px 14px;
	border-radius: 8px;
	cursor: pointer;
	position: absolute;
	background: rgba(255,255,255,0.15);
	border: none;
	color: #fff;
	font-size: 28px;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 8px;
	transition: 0.3s;
}

.lb_close {
	top: 20px;
	right: 20px;
	top: 20px;
	right: 20px;
}

.lb_prev {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.lb_next {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.list-single-hero-title {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px 0;
	position: relative;
	margin-top: -300px;
	z-index: 2;
	color: #fff;
}

.listing-rating {
	color: #ffcc00;
	margin-bottom: 10px;
}

.list-single-hero-title h1 {
	font-size: 36px;
	margin: 10px 0;
}

.list-single-header-contacts ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

.list-single-header-contacts li {
	margin-bottom: 8px;
	font-size: 14px;
}

.list-single-header-contacts a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs-hero-buttom {
	margin-top: 15px;
	font-size: 13px;
	opacity: 0.9;
	position: relative;
	z-index: 2;
	margin-top: 20px;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
}

.breadcrumbs span {
	color: #ddd;
}

.exec-archive {
    /* Base Styles */
    font-family: Arial, sans-serif;
    min-height: 80vh;
    padding: 60px 0; /* Balanced padding */
    color: #000;
    
    /* Animated Gradient Background */
    background: linear-gradient(-45deg, #f1fff9, #ffffff, #e6f7ff, #f1fff9);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    
    /* Layering for floating effect */
    position: relative;
    overflow: hidden;
}

/* Background Animation Logic */
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Optional: Subtle Floating Shapes for a "Premium" feel */
.exec-archive::before,
.exec-archive::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.03); /* Extremely faint primary color */
    z-index: 0;
    pointer-events: none;
}

.exec-archive::before {
    top: -50px;
    left: -50px;
    animation: float 20s infinite alternate;
}

.exec-archive::after {
    bottom: -50px;
    right: -50px;
    animation: float 25s infinite alternate-reverse;
}

@keyframes float {
    from { transform: translate(0, 0); }
    to { transform: translate(50px, 100px); }
}

/* Ensure content stays above the background animation */
.exec-archive .container {
    position: relative;
    z-index: 1;
}

/* Responsive Padding */
@media (max-width: 768px) {
    .exec-archive {
        padding: 40px 0;
    }
}

.exec-archive .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.exec-header {
	text-align: center;
	margin-bottom: 0px;
}

.exec-header h1 {
    /* Use a slightly smaller font for mobile by default */
    font-size: 1.5rem; /* Approx 24px */
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Tablet and Desktop Adjustments */
@media (min-width: 768px) {
    .exec-header h1 {
        font-size: 26px; /* Your original size for larger screens */
        margin-bottom: 30px;
    }
}

/* Optional: Add a responsive underline if you want that "Executive" look */
.exec-header h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #fa5547; /* Change to your brand color */
}

.exec-header h1::after {
	content: "";
	width: 80px;
	height: 4px;
	background: #f97316;
	display: block;
	margin: 12px auto 0;
	border-radius: 2px;
}

.exec-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	transition: 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	height: 100%;
}

.exec-card:hover {
	transform: translateY(-6px);
}

.exec-image {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
}

 

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

.exec-content {
	padding: 15px;
	text-align: center;
}

.exec-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #198754;
}

.exec-info {
	font-size: 14px;
	margin-bottom: 6px;
	color: #555;
}

.exec-link {
	display: inline-block;
	margin-top: 10px;
	color: #fa5547;
	text-decoration: none;
}

.exec-link:hover {
	text-decoration: underline;
}

.mb-4 {
	margin-bottom: 24px;
}

.regional-main {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

.regional-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.regional-card {
	background: #fff;
	border: 1px solid #eee;
	width: 100%;
	padding: 10px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
}

.card-img img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.card-body {
	padding: 15px;
	text-align: left;
	padding: 15px;
}

.name {
	font-size: 16px;
	font-weight: 700;
}

.section__activities {
	padding: 60px 0;
}

.activity-img {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.activity-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}

.activity-card:hover .activity-img img {
	transform: scale(1.05);
}

.activity-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.activity-title a {
	text-decoration: none;
	color: #222;
}

.activity-title a:hover {
	color: #0073aa;
}

.activity-text {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 15px;
}

.btn-text:hover {
	color: #000;
}

.hpfn-ad-viewmore {
	margin-top: 5px;
	padding-top: 0px;
	border-top: 1px solid #eee;
}

.hpfn-ad-viewmore p {
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
}

.hpfn-ad-btn {
	display: inline-block;
	padding: 10px 18px;
	background: #0073aa;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	margin-top: 5px;
	padding: 5px 18px;
	background: #0073aa;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.hpfn-ad-btn:hover {
	background: #000;
}

.hpfn-ad-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.hpfn-ad-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}

.hpfn-ad-box {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 550px;
	border-radius: 12px;
	z-index: 2;
	overflow: hidden;
	animation: hpfnPop 0.3s ease;
}

.hpfn-ad-close {
	position: absolute;
	right: 12px;
	top: 30px;
	font-size: 28px;
	background: none;
	border: none;
	cursor: pointer;
}

.hpfn-ad-content {
	padding: 30px;
	text-align: center;
}

.hpfn-ad-title {
	font-size: 22px;
	margin-bottom: 10px;
}

.hpfn-ad-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.hpfn-ad-text {
	margin-top: 10px;
	font-size: 14px;
	color: #444;
}

:root {
	--primary: #dc3545;
	--primary-dark: #b02a37;
	--light: #f5f7fb;
	--text: #333;
	--radius: 12px;
	--shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.hpfnhotel_banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.hotel-tab-nav {
	margin: 25px 0;
	background: #fff;
	border-radius: var(--radius);
	padding: 10px;
	box-shadow: var(--shadow);
	position: sticky;
	top: 10px;
	z-index: 10;
}

.hotel-tab-nav a {
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--text);
	font-weight: 600;
	transition: 0.3s;
	display: inline-block;
}

.hotel-tab-nav a:hover, .hotel-tab-nav a:focus {
	background: var(--primary);
	color: #fff;
}

.box:hover {
	transform: translateY(-2px);
}

.box h2 {
	margin-bottom: 15px;
	font-size: 20px;
	border-left: 4px solid var(--primary);
	padding-left: 10px;
}

.facts li:hover {
	transform: translateY(-4px);
	background: #fff;
	box-shadow: var(--shadow);
}

.amenities li:hover {
	border-color: var(--primary);
	transform: translateY(-2px);
}

.amenity-icon {
	color: var(--primary);
}

.contact_item:hover {
	background: var(--primary);
	color: #fff;
}

.map_btn:hover {
	background: var(--primary-dark);
}

.lb_btn:hover {
	background: var(--primary);
}

.fact-icon {
	font-size: 22px;
	color: green;
	margin-bottom: 8px;
	display: block;
}

.single-org-view {
	padding: 40px 0;
	font-family: Arial, sans-serif;
	background: #f8f9fb;
	min-height: 100vh;
}

.org-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.org-header {
	background: #fff;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.org-top {
	display: flex;
	gap: 25px;
	align-items: center;
}

.org-logo img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #eee;
}

.org-title {
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 24px;
	border-left: 4px solid #2c7be5;
	padding: 8px 15px;
	background: #fff;
	color: #111;
}

.org-subtitle {
	font-size: 15px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.org-hero {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 25px;
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.org-hero-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid #eee;
}

.org-hero-details h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #222;
}

.org-hero-details p {
	margin: 10px 0;
	padding: 10px 15px;
	background: #f9fafc;
	border-bottom: 1px solid #eee;
	border-radius: 10px;
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: 0.25s ease;
}

.org-hero-details p:hover {
	background: #eef5ff;
	border-color: #d7e6ff;
	transform: translateX(5px);
}

.org-hero-details strong {
	min-width: 120px;
	color: #111;
}

.org-hero-details a {
	color: #2c7be5;
	font-weight: 600;
	text-decoration: none;
}

.org-main-content {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid #eee;
	line-height: 1.8;
	margin-bottom: 40px;
}

.org-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.org-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	transition: 0.3s;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}

.org-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.org-card img {
	width: 100%;
 background: #e3fff1;
	object-fit: cover;
	width: 100%;
	height: 180px;
	object-fit: contain;
}

.org-card-body {
	padding: 15px;
	padding: 15px;
}

.org-card-body h3 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
	color: #222;
}

.org-view-btn {
	display: inline-block;
	padding: 8px 15px;
	background: #2c7be5;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 13px;
	transition: 0.3s;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background: #2c7be5;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	text-decoration: none;
	transition: 0.3s;
}

.org-view-btn:hover {
	background: #1a5db6;
}

.btn-back {
	display: inline-block;
	margin-bottom: 15px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.archive-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	flex-wrap: wrap;
	gap: 15px;
}

.archive-top-bar h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	color: #222;
}

.view-switcher {
	display: flex;
	background: #eee;
	padding: 4px;
	border-radius: 8px;
	display: flex;
	background: #eee;
	padding: 4px;
	border-radius: 8px;
}

.view-btn {
	border: none;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 6px;
	background: transparent;
	color: #666;
	font-weight: 600;
	transition: 0.3s;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background: #2c7be5;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background: #2c7be5;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 13px;
	display: block;
	text-align: center;
	background: #2c7be5;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
}

.view-btn.active {
	background: #fff;
	color: #2c7be5;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.filter-wrapper {
	background: #fff;
	padding: 25px;
	border-radius: 14px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.filter-form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
	gap: 15px;
	align-items: end;
}

.filter-group label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #888;
	text-transform: uppercase;
}

.filter-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	height: 42px;
	background: #fff;
}

.btn-filter {
	background: #2c7be5;
	color: #fff;
	border: none;
	padding: 10px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	height: 42px;
}

.org-container-view.grid-layout {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.grid-layout .regional-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.grid-layout .card-img img {
	width: 100%;
	height: 200px;
	    object-fit: contain;
    background: #e3fff3;
}

.grid-layout .card-body {
	padding: 15px;
}

.org-container-view.list-layout {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.list-layout .regional-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px;
}

.list-layout .card-img {
	width: 220px;
	flex-shrink: 0;
}

.list-layout .card-img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
}

.list-layout .card-body {
	flex-grow: 1;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

.list-layout .card-body h3 {
	grid-column: 1 / -1;
	margin-bottom: 10px;
}

.regional-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.card-body h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	color: #222;
}

.card-body h3 a {
	text-decoration: none;
	color: #222;
}

.card-body p {
	font-size: 13px;
	color: #555;
	margin: 3px 0;
	font-size: 13px;
	color: #555;
	margin: 4px 0;
}

.card-body a {
	color: #fff;
	text-decoration: none;
}

.single-district-view {
	padding: 40px 0;
	font-family: Arial, sans-serif;
	background: #f8f9fb;
}

.district-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.district-header {
	background: #fff;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.district-top {
	display: flex;
	gap: 20px;
	align-items: center;
}

.district-logo img {
	width: 300px;
	height: 150px;
	object-fit: contain;
	border-radius: 12px;
	border: 1px solid #eee;
}

.district-title {
	font-weight: 700;
	margin: 0 0 6px 0;
	margin-bottom: 15px;
	font-size: 20px;
	border-left: 4px solid #2c7be5;
	padding: 8px;
	background: #fff;
}

.district-subtitle {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.dist-hero {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 25px;
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.dist-hero-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dist-hero-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid #eee;
}

.dist-hero-details {
	padding: 5px 0;
}

.dist-hero-details p {
	margin: 10px 0;
	padding: 4px;
	background: #f9fafc;
	border-bottom: 1px solid #eee;
	border-radius: 10px;
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: 0.25s ease;
}

.dist-hero-details p:hover {
	background: #eef5ff;
	border-color: #d7e6ff;
	transform: translateX(4px);
}

.dist-hero-details strong {
	min-width: 120px;
	color: #111;
	font-weight: 600;
}

.dist-hero-details a {
	color: #2c7be5;
	font-weight: 600;
	text-decoration: none;
}

.org-card-body p {
	font-size: 13px;
	color: #555;
	margin: 4px 0;
}

.single-province {
	padding: 40px 0;
	font-family: Arial, sans-serif;
	background: #f8f9fb;
}

.province-header {
	background: #fff;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.province-top {
	display: flex;
	gap: 20px;
	align-items: center;
}

.province-logo img {
	width: 300px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #eee;
}

.province-title {
	font-weight: 700;
	margin: 0 0 6px 0;
	margin-bottom: 15px;
	font-size: 20px;
	border-left: 4px solid var(--primary);
	padding: 8px;
	background: #fff;
}

.province-subtitle {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.hero {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 25px;
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.hero-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid #eee;
}

.hero-details {
	padding: 5px 0;
}

.hero-details p {
	margin: 10px 0;
	padding: 4px;
	background: #f9fafc;
	border-bottom: 1px solid #eee;
	border-radius: 10px;
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: 0.25s ease;
}

.hero-details p:hover {
	background: #eef5ff;
	border-color: #d7e6ff;
	transform: translateX(4px);
}

.hero-details strong {
	min-width: 120px;
	color: #111;
	font-weight: 600;
}

.hero-details a {
	color: #2c7be5;
	font-weight: 600;
	text-decoration: none;
}

.hero-details a:hover {
	text-decoration: underline;
}

.hero-details p::before {
	display: none !important;
	content: "";
}

.grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	transition: 0.3s;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 15px;
	transition: 0.3s;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

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

.view-btn:hover {
	background: #1a5fd0;
	background: #1a5fd1;
	background: #1a5db6;
}

.province-archive {
	padding: 40px 0;
	font-family: Arial, sans-serif;
	background: #f8f9fb;
}

.page-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 30px;
	border-left: 5px solid #2c7be5;
	padding-left: 15px;
	color: #111;
}

.card h2 {
	font-size: 18px;
	margin: 10px 0;
	color: #222;
	font-size: 18px;
	margin: 10px 0;
}

.card p {
	font-size: 13px;
	color: #555;
	margin: 5px 0;
}

.card strong {
	color: #111;
}

.view-more {
	display: inline-block;
	margin-top: 12px;
	padding: 8px 14px;
	background: #2c7be5;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	text-decoration: none;
	transition: 0.3s;
}

.view-more:hover {
	background: #1b5fd1;
}

.district-archive {
	padding: 40px 0;
	font-family: Arial, sans-serif;
	background: #f8f9fb;
	padding: 60px 0;
	background: #f8f9fb;
	min-height: 100vh;
	font-family: Arial, sans-serif;
}

.district-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}

.district-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #eee;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.district-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.district-card-img img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	border-bottom: 1px solid #f0f0f0;
	background: #e3fff3;
}

.district-card-body {
	padding: 20px;
	flex-grow: 1;
}

.district-card-body h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #111;
	line-height:1.6em;
}

.district-meta {
	margin-bottom: 20px;
}

.district-meta p {
	font-size: 13px;
	margin: 6px 0;
	color: #555;
	display: flex;
	gap: 8px;
}

.district-meta strong {
	color: #222;
	min-width: 75px;
}

.hotel-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}

.hotel-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	html {
		font-size: 14.5px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 14px;
	}

	.exec-content {
		padding: 15px;
		text-align: center;
	}

	body {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	html {
		font-size: 13.5px;
	}

	body {
		font-size: 14px;
	}
}

@keyframes red_blink {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 #bf1e2e;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px transparent;
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 transparent;
	}
}

@media (max-width: 1024px) {
	.home-hero {
		height: clamp(280px,50vh,600px);
	}

	.home-hero .container {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.home-hero {
		height: clamp(250px,45vh,420px);
	}

	.home-hero .container {
		justify-content: center;
		text-align: center;
		padding: 0 15px;
	}
}

@media (max-width: 480px) {
	.home-hero {
		height: clamp(230px,40vh,380px);
	}
}

@media (min-width: 2000px) {
	.home-hero {
		height: 900px;
	}
}

@keyframes zoom {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media (max-width: 959px) {
	.ni-container {
		padding: 0 20px;
	}

	.main-header .main-header__wrapper .main-header__nav {
		display: none;
	}

	.main-header .main-header__wrapper .hamburger {
		display: inline-block;
	}

	.home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
		font-size: 42px;
	}

	.heading-lg {
		font-size: 30px;
	}

	.section {
		padding-block-start: 40px;
		padding-block-end: 40px;
	}

	.section-about {
		padding-bottom: 20px !important;
	}

	.section-about .heading-wrap {
		margin-bottom: 25px;
	}

	.section-about .heading-wrap .heading-lg {
		padding-bottom: 12px !important;
	}

	.section-about .heading-wrap p {
		margin: 0px 0 15px 0;
	}

	.title-wrp, .partners-section .ni-container .mb-5 {
		margin-bottom: 25px !important;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.site-footer .site-info .f-logo {
		margin-bottom: 20px;
	}

	.site-footer .site-info .f-contacts div {
		margin-bottom: 10px;
	}

	.site-footer .site-info .f-contacts div h4, .site-footer .site-info .f-contacts div strong {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.5;
		display: block;
	}

	.site-footer .site-info .f-contacts div h4 a, .site-footer .site-info .f-contacts div strong a {
		font-size: 15px;
	}

	.site-footer .copyright {
		margin-top: 0px;
		padding-top: 10px;
		font-size: 13px;
	}

	.about-section-wrap .about-card {
		margin-bottom: 18px;
	}

	.section {
		padding-block-start: 35px;
		padding-block-end: 35px;
	}

	.heading-lg {
		font-size: 25px;
		padding-top: 10px;
	}

	.section__team .mb-5 {
		margin-bottom: 25px !important;
	}

	.section__team .heading-wrap, .section__team .col-sm-5 {
		width: 100%;
		flex: 100%;
	}

	.section__team .heading-wrap p, .section__team .col-sm-5 p {
		margin-right: 0;
	}

	.section__team .heading-wrap {
		margin-bottom: 15px;
	}

	.team-bod, .other-team-wrap {
		gap: 15px;
	}

	.team-bod .team-col, .other-team-wrap .team-col {
		flex: 31%;
	}

	.other-team-wrap {
		grid-template-columns: repeat(3,1fr);
	}

	.team-col.team-col-small .image {
		height: 85px;
		width: 85px;
	}

	.about-section-wrap {
		margin-top: 30px;
	}

	.section-md {
		padding: 30px 0;
	}

	.col-md-9 .content-container {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}

	.section_project-detail .heading {
		font-size: 28px;
		padding-top: 15px;
	}

	.section_project-detail .sidebar {
		background: rgba(0,90,170,0.0588235294);
		padding: 15px 15px;
		margin-top: 15px;
		border-radius: 8px;
		border: 1px solid rgba(0,0,0,0.1294117647);
	}

	.section_project-detail .sidebar .news-col-wrap .news-col {
		margin-top: 10px;
		gap: 15px;
	}
}

@media (max-width: 500px) {
	.other-team-wrap {
		grid-template-columns: repeat(2,1fr);
	}

	.section-chairman .image {
		height: 350px;
	}

	.section-chairman .heading-wrap {
		padding-left: 0;
	}

	.section-chairman .heading-wrap .heading-lg {
		font-size: 20px;
		margin-top: 13px;
	}

	.page-header .c-breadcrumb {
		bottom: px;
		padding: 7px 10px;
	}

	.c-breadcrumb li {
		font-size: 12px;
		line-height: 20px;
	}

	.content-area {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.9;
	}

	.main-header .main-header__wrapper .logo img {
		width: 160px;
	}

	.home-hero .slick-dots {
		bottom: 15px;
	}

	.home-hero {
		height: 380px;
	}

	.home-hero .container .ni-container .block-homepage-hero__content-1 .block-homepage-hero__slide-title {
		font-size: 28px;
	}

	.home-hero .container .ni-container .block-homepage-hero__content-1 p {
		font-size: 16px;
		padding: 15px 0 0 0;
	}

	.c-btn {
		padding: 11px 19px 13px 19px;
		font-size: 12px;
	}

	.heading-wrap p {
		font-size: 14px;
		margin: 0px 0 18px 0;
	}

	.load-more {
		margin-top: 25px;
	}

	.team-col .image {
		height: 205px;
		margin-bottom: 11px;
	}

	.team-bod .team-col, .other-team-wrap .team-col {
		flex: 40%;
	}

	.section {
		padding-block-start: 20px;
		padding-block-end: 20px;
	}

	.section__activities .load-more {
		margin-top: 10px;
	}

	.page-header .ni-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.page-header .ni-container h2 {
		font-size: 22px;
	}

	.about-section-wrap {
		margin-top: 24px;
	}
}

@media (max-width: 768px) {
	.hpfn_header {
		display: none;
	}
}

@media (max-width: 768px) {
	.hpfn_container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 12px;
	}

	.hpfn_contact_list {
		justify-content: center;
		gap: 12px;
	}

	.hpfn_social {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.hpfn_contact_list {
		flex-direction: column;
		gap: 8px;
	}

	.hpfn_social a {
		font-size: 18px;
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.hpfn_title {
		font-size: 26px;
	}

	.hpfn_desc {
		font-size: 15px;
	}

	.hpfn_member_inner {
		min-height: 350px;
	}
}

@media (max-width: 768px) {
	.activity-card-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.activity-image {
		flex: 0 0 auto;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.activity-image img {
		width: 100%;
		max-width: 280px;
		height: 180px;
	}

	.activity-description {
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.hpfn_wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.hpfn_image {
		flex: 100%;
		height: 380px;
	}

	.hpfn_content {
		flex: 100%;
	}

	.hpfn_title {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.hpfn_section {
		padding: 50px 0;
	}

	.hpfn_image {
		height: 300px;
	}

	.hpfn_text {
		font-size: 15px;
	}

	.hpfn_btn {
		padding: 9px 16px;
		font-size: 13px;
	}

	.hpfn_signature {
		width: 150px;
		height: 50px;
	}
}

@media (max-width: 600px) {
	.copyright {
		flex-direction: column;
		text-align: center;
	}

	.footer-right {
		margin-left: 0;
	}
}

@media(max-width:992px) {
	.hpfn-grid {
		grid-template-columns: repeat(2,1fr);
	}

	.hpfn-filter {
		grid-template-columns: 1fr 1fr;
	}
}

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

	.hpfn-filter {
		grid-template-columns: 1fr;
	}
}

@media(max-width:900px) {
	.layout {
		flex-direction: column;
	}

	.sidebar {
		position: relative;
		top: auto;
	}
}

@media(max-width:768px) {
	.hpfnhotel_banner {
		height: auto;
		padding: 60px 0;
	}

	.list-single-hero-title h1 {
		font-size: 24px;
	}

	.list-single-header-contacts li {
		font-size: 13px;
	}
}

@media(max-width:1024px) {
	.regional-grid {
		grid-template-columns: repeat(3,1fr);
	}
}

@media(max-width:768px) {
	.regional-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:500px) {
	.regional-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 992px) {
	.activity-img {
		height: 200px;
	}
}

@media (max-width: 576px) {
	.activity-img {
		height: 180px;
	}

	.activity-title {
		font-size: 18px;
	}
}

@keyframes hpfnPop {
	from {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.layout {
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.hotel-tab-nav ul {
		justify-content: center;
	}

	.gallery img {
		height: 110px;
	}

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

@media(max-width:992px) {
	.org-hero {
		grid-template-columns: 1fr;
	}

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

	.org-top {
		flex-direction: column;
		text-align: center;
	}
}

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

	.org-logo img {
		width: 100%;
		height: auto;
	}
}

@media(max-width: 992px) {
	.org-container-view.grid-layout {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width: 768px) {
	.list-layout .card-body {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 650px) {
	.org-container-view.grid-layout {
		grid-template-columns: 1fr;
	}

	.list-layout .regional-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.list-layout .card-img {
		width: 100%;
	}

	.archive-top-bar {
		justify-content: center;
		text-align: center;
	}
}

@media(max-width:992px) {
	.dist-hero {
		grid-template-columns: 1fr;
	}

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

	.district-top {
		flex-direction: column;
		text-align: center;
	}
}

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

	.district-logo img {
		width: 100%;
		height: auto;
	}
}

@media(max-width:992px) {
	.hero {
		grid-template-columns: 1fr;
	}

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

	.province-top {
		flex-direction: column;
		text-align: center;
	}
}

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

	.province-logo img {
		width: 100%;
		height: auto;
	}
}

@media(max-width:992px) {
	.grid {
		grid-template-columns: repeat(2,1fr);
	}
}

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

@media(max-width:992px) {
	.grid {
		grid-template-columns: repeat(2,1fr);
	}
}

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

@media (max-width: 600px) {
	.district-grid, .view-switcher {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.district-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

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

@media (max-width: 992px) {
	.hotel-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

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

.exec-content p {
    text-transform: capitalize;
}

.exec-image {
    width: 100%;
    /* Use aspect-ratio to keep it square or rectangular */
  /*  aspect-ratio: 4 / 5; */
    
    /* Fallback for older browsers: remove height: 250px */
    height: auto; 
    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.exec-image img {
   width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    padding: 10px;
    border-radius: 10px;
}

/* Optional: Adjust for small mobile screens if needed */
@media (max-width: 576px) {
    .exec-image {
        /* You can make it slightly shorter on very small phones if you prefer */
        aspect-ratio: 1 / 1; 
        
    }
    
    .exec-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    padding: 10px;
    border-radius: 10px;
}
}

/* Main Chairman Card Wrapper */
.mid_content_chairman {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.mid_content_chairman:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    border-color: #fa5547; /* Highlights border on hover */
}

/* Image Wrapper for Chairman */
.exec-image_chair_man {
    width: 100%;
    aspect-ratio: 1 / 1; /* Square shape for the chairman */
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #f8f9fa;
}

.exec-image_chair_man a {
    display: block;
    width: 100%;
    height: 100%;
}

.exec-image_chair_man img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}

.mid_content_chairman:hover .exec-image_chair_man img {
    transform: scale(1.08);
}

/* Content & Typography */
.exec-content_chairman {
    padding-top: 5px;
}

.exec-name_chairman {
    font-size: 1.5rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.exec-content_chairman p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.exec-content_chairman p strong {
    color: #fa5547; /* Makes 'Designation' label pop */
}

/* Link Style */
.view-more-link {
    display: inline-block;
    padding: 10px 25px;
    background: #fa5547;
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.view-more-link:hover {
    background: #0056b3;
    text-decoration: none;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .mid_content_chairman {
        padding: 20px;
    }
    .exec-name_chairman {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .mid_content_chairman {
        margin: 0 auto; /* Centers the card on mobile if it takes full width */
        max-width: 100%;
    }
    .exec-image_chair_man {
        aspect-ratio: 4 / 5; /* Slightly taller on mobile looks more professional */
    }
}
