@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
	--bs-body-font-family: "DM Sans", sans-serif;
	--theme-color: #068dcd;
	/* --secondary-color: #FEED0C; */
}

body {
	/* font-family: 'DM Sans', sans-serif; */
	font-family: var(--bs-body-font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-body-font-family);
	font-weight: 700;
	color: var(--title-color);
}
p,
.funfact-block-one .inner-box p {
	font-family: var(--bs-body-font-family);
}

.top-header {
	background-color: #068dcd;
}
/* .logo .icon-logo{
padding: 15px 0;
} */
#psb-main-header {
	border-top: 1px solid #eaeaea;
}
/* 
****************************
****** Our Services ******
****************************
*/

.service-style-three.service-page-2 {
	/* background: #f2f5f9; */
	background: #ffffff;
}
.service-block-one .image-box img {
	width: 100%;
	transition: all 500ms ease;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	height: 205px;
	object-fit: cover;
}

.service-block-one:hover .image-box img {
	transform: scale(1.05);
}

.service-block-one .inner-box {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 30px 30px 28px;
}
.service-block-one .inner-box:before {
	background: unset !important;
}
.service-block-one:hover .inner-box h4 a {
	color: unset;
}
.service-block-one:hover .inner-box .icon-box {
	color: unset !important;
}
.service-block-one:hover .inner-box .list-item li {
	color: unset;
}
.service-block-one:hover .inner-box .list-item li:before {
	background: #676767;
}

.theme-btn.apply-now-btn {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 8px;
	font-weight: 500;
	padding: 15px 15px;
}
.theme-btn.apply-now-btn:before,
.theme-btn.apply-now-btn:after {
	background: #feed0c !important;
	color: #000 !important;
}

/* 
=============================
*     banking section Services 
=============================
*/
.bankingServices {
	background-color: #f9f9f9;
}

.bank-card {
	background: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	transition: all 0.3s ease;
	height: 100%;
	border: none;
}

.bank-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bank-icon {
	font-size: 2rem;
	color: var(--theme-color);
	margin-bottom: 1rem;
}

.bank-service-title {
	color: #212529;
	font-size: 0.9rem;
	font-weight: 500;
	margin: 0;
}

.main-title {
	/* color: #212529;
    font-weight: 700; */
	margin-bottom: 2rem;
	display: block;
	font-size: 40px;
	line-height: 52px;
}

.bank-image {
	/* border-radius: 1rem;  */
	/* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-left: 30px;
}

/* 
=============================
*     Rates & Charges 
=============================
*/

.rates-header-bg {
	position: relative;
	background: linear-gradient(rgba(6, 141, 205, 0.8), rgba(6, 141, 205, 0.8)),
		url("../pb-img/video-bg.png") no-repeat center center;
	background-size: cover;
	color: rgb(255, 255, 255);
	padding: 60px 0 130px;
	margin-bottom: -100px;
	text-align: center;
}

.rates-view-all {
	/* position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s; */
}
.h1headline {
	text-align: left;
	line-height: 54px;
	font-size: 40px;
	/* letter-spacing: 0; */
	/* color: #162b75; */
	margin-bottom: 15px;
	position: relative;
}
.rates-arrow-btn:hover {
	color: #feed0c;
}
.viewallrates {
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 700;
	transform: translateY(-50%);
}
.rates-view-all:hover {
	color: #e0e0e0;
}

.rates-arrow-btn {
	border: 0;
	color: #707070;
	font-size: 0.875rem;
	background: transparent;
	padding: 0;
	min-width: 100px;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
}

.rates-content {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	margin: -100px auto 0;
	max-width: 1200px;
	/* padding: 30px 15px; */
	padding: 40px 55px;
	position: relative;
	z-index: 2;
}

.rate-card {
	padding: 0 30px 0 30px;
	text-align: center;
	height: 100%;
	transition: transform 0.3s;
	border-bottom: 1px solid #ddd;
	text-align: left;
	border-right: 1px solid #0872a545;
}

.rate-card.rate-card-last:last-child {
	border-right: 0px;
}

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

/* Desktop view */
@media (min-width: 992px) {
	.rate-card {
		border-bottom: none;
	}
	.rate-card:not(:last-child) {
		border-right: 1px solid #ddd;
	}
}

/* Tablet and mobile view */
@media (max-width: 991px) {
	.rate-card {
		border-right: none;
		margin-bottom: 15px;
	}

	/* Remove border from last two items in each row */
	.col-6:nth-last-child(-n + 2) .rate-card {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.rates-section {
		padding: 40px 0 !important;
	}
	.rates-header-bg {
		padding: 40px 20px 110px;
	}

	.rates-view-all {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.rates-content {
		margin-top: -80px;
		padding: 0 20px;
		max-width: 320px;
		/* box-shadow: unset; */
	}

	.rate-card {
		padding: 15px 5px;
	}

	.rate-value {
		font-size: 1.5rem !important;
	}

	.rate-period {
		font-size: 1rem !important;
	}

	.rate-type {
		font-size: 0.875rem !important;
	}
	.rates-footer {
		padding-right: 50px;
		font-weight: bold;
	}
}

.rate-card img {
	height: 90px;
	margin-bottom: 15px;
	transition: transform 0.3s;
}

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

.rate-value {
	color: #2c3e50;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}

.rate-period {
	color: #2c3e50;
	font-size: 1.2rem;
	margin: 5px 0;
}

.rate-type {
	color: #2c3e50;
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: 800;
}

.rates-footer {
	color: #6c757d;
	font-size: 0.8rem;
	margin-top: 20px;
	text-align: right;
}

/* 
=============================
*     mob app
=============================
*/
.apps-section .image-box {
	position: relative;
	display: block;
	padding-right: 0;
	margin-right: 0;
	left: 130px;
}
.apps-section .inner-container {
	position: relative;
	display: block;
	/* background: #f6f6f6; */
	background: #01adee24;
	padding: 30px 80px 0px 164px;
}
.apps-section .image-box img {
	width: 85%;
}
.apps-section .content-box .btn-box a:hover {
	background-color: #feed0c !important;
}
.testimonial-block-two .inner-box {
	border: 1px solid #e1e0e0;
}
@media (max-width: 767px) {
	.testimonial-block-two .inner-box {
		border: 1px solid #d1d1d1;
	}
	.testimonial-style-two {
		padding: 50px 0px;
	}
	.apps-section .inner-container {
		padding: 40px 20px 0px 20px;
	}
	.apps-section .image-box img {
		width: 100%;
		height: 300px;
	}
	.apps-section .image-box {
		left: 0;
	}
	.apps-section {
		padding: 0 0;
	}
}
/* 
=============================
*     testimonial
=============================
*/
.testimonial-style-two {
	background: #ffffff;
}
/* 
=============================
*     footer navigation
=============================
*/
.quick-footer {
	background-color: #f9f9f9;
}
.footer-top h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #068dcd;
}
.footer-top-border img {
	width: 80px;
	margin-bottom: 12px;
}
.footer-top-border {
	border: solid 1px #cbcbcb;
	border-radius: 10px;
	margin-top: 20px;
}

.main-footer {
	position: relative;
	background-image: linear-gradient(90deg, rgb(1 117 188 / 48%), #068dcd),
		linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)),
		url(../govt-bg-img-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
/* 
=======================================
*  Latest news section css
=======================================
*/
.lastest-nes-container {
	display: flex;
	align-items: center;
	width: 100%;
	background: #f8f9fa;
	position: relative;
}

.latest-news-indicator {
	min-width: 180px;
	padding: 8px 24px;
	background: #068dcd;
	color: white;
	border-radius: 6px;
	margin: 8px;
	/* font-family: system-ui, -apple-system, sans-serif; */
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}

/* .latest-news-indicator::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #068dcd;
  position: relative;
  right: -45px;
} */

.blink-dot {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 50%;
	animation: blink 1.5s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

.marquee-container {
	flex-grow: 1;
	overflow: hidden;
	padding: 12px 0;
}

.marquee {
	white-space: nowrap;
	display: inline-block;
	animation: scroll 30s linear infinite;
	padding-left: 100%;
}

.marquee:hover {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Responsive adjustments */
@media (max-width: 767px) {
	/* .latest-news-indicator::after {
    right: -22px;
  } */
	.latest-news-indicator {
		font-size: 12px;
		min-width: 130px;
		padding: 6px 12px;
		display: flex;
		justify-content: center;
		display: none;
	}
	.marquee {
		animation-duration: 30s;
	}
}

@media (max-width: 480px) {
	.marquee {
		animation-duration: 35s;
	}
	/* .latest-news-indicator {
    font-size: 12px;
    min-width: 80px;
    padding: 6px 12px;
  } */
}

.news-item {
	display: inline-block;
	margin-right: 50px;
	color: #2c3e50;
}

.news-item::before {
	content: "📢";
	margin-right: 8px;
}

/* 
=======================================
*  Custom Styles for Hero Banner
=======================================
*/
.hero-banner-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hero-banner-slider {
	position: relative;
	width: 100%;
}

.hero-swiper-container {
	width: 100%;
	height: 100%;
}

.hero-swiper-button-prev,
.hero-swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	transition: all 0.3s ease;
}

.hero-swiper-button-prev {
	left: 20px;
}

.hero-swiper-button-next {
	right: 20px;
}

.hero-swiper-button-prev::after,
.hero-swiper-button-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #068dcd;
	border-right: 2px solid #068dcd;
	transition: all 0.3s ease;
}

.hero-swiper-button-prev::after {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.hero-swiper-button-next::after {
	transform: translate(-75%, -50%) rotate(45deg);
}

.hero-swiper-button-prev:hover,
.hero-swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.hero-swiper-button-prev:hover::after,
.hero-swiper-button-next:hover::after {
	border-color: #fff;
}
.swiper-pagination.loan-products-pagination.home-hero-pagination {
  bottom: 10px !important;
}
.swiper-pagination-bullet-active{
  background: #068dcd !important;
}
/* Responsive Styles */
@media (max-width: 768px) {
	.hero-swiper-button-prev,
	.hero-swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.hero-swiper-button-prev {
		left: 10px;
	}

	.hero-swiper-button-next {
		right: 10px;
	}
}

@media (max-width: 576px) {
	.hero-swiper-button-prev,
	.hero-swiper-button-next {
		width: 35px;
		height: 35px;
	}
}

/* 
=======================================
*  side panel navigation
=======================================
*/
.custom-nav {
	width: 7%;
	background-color: #ffffff;
	border-right: 1px solid #e0e0e0;
	/* height: 100vh; */
	position: fixed;
	right: 0;
	top: 32%;
	z-index: 1000;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.custom-nav-item {
	/* padding: 15px 20px; */
	border-bottom: 1px solid #f0f0f0;
	color: #333;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border-bottom: 1px solid #068dcd;
	background-color: rgba(238, 238, 238, 0.8);
	margin-bottom: 1px;
}

.custom-nav-item:hover {
	background-color: #f8f9fa;
	color: #068dcd;
}

.custom-nav-item i {
	font-size: 24px;
	color: #068dcd;
	margin-top: 10px;
	/* margin-right: 15px; */
	/* margin-bottom: 10px;*/
}

.custom-nav-item span {
	font-size: 12px;
	text-align: center;
}

.custom-nav-btn {
	background-color: #f1f1f1;
	padding: 10px;
	border-bottom: 1px solid #068dcd;
}
.custom-nav-btn h2 {
	color: #068dcd;
	font-size: 12px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sideright-pannel {
		display: none;
	}
}
.scroll-to-top {
	bottom: 55px;
}
/* 
=======================================
*  Responsive  mobile menu
=======================================
*/

@media only screen and (max-width: 767px) {
	.swiper-slide img {
		height: 160px;
	}

	.swiper-slide .apps-section .play-store img { height: 37px; }
	.apps-section .content-box {
		margin-left: 0px;
		padding-bottom: 40px;
	}
	.rates-section div.container {
		margin-bottom: 20px !important;
	}
	.service-style-three {
		padding: 40px 0px 20px 0px;
	}
	.sec-title h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.bank-image {
		height: auto;
		margin-left: 0;
	}
	.main-title {
		margin-bottom: 2rem;
		font-size: 40px;
		line-height: 32px;
		text-align: center;
		margin-top: 1rem;
	}
	.h1headline {
		line-height: 30px;
		font-size: 40px;
		margin-bottom: 0 !important;
	}

	.mobile-menu .nav-logo {
		position: relative;
		padding: 30px 25px;
		text-align: left;
	}
	.mobile-menu .contact-info {
		position: relative;
		padding: 30px 30px 20px 30px;
	}
	/* figure a img.psb-header-logo {
    width: 60px;
    height: 60px;
  } */
	.main-header .outer-box {
		gap: 15px;
	}
	.main-header .outer-box .logo-box {
		padding: 10px 10px 10px 10px !important;
	}
	.large-container {
		padding: 0px 15px 0 0;
	}
	.calculator-container .input-group { width: 60% !important; }
}

@media (max-width: 992px) {
	#psb-mobile-menu {
		display: block;
	}
}
@media (min-width: 992px) {
	#psb-mobile-menu {
		display: none;
	}
}
