/*
Theme Name: PGCASH88 
Author: KODOKZ 
Description:	WordPress theme.
Version: 1.0
*/

/* header css */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h1, h2, h3, h4, h5 {
	font-family: "Playfair Display", serif;
	font-weight: 900;
		background: linear-gradient(to bottom, 
				#ff69b4 10%,	/* Hot Pink at the top */
				#ff1493 50%,	/* Deeper Pink in the middle */
				#ff00ff 80%,	/* Magenta at the bottom */
				#6a5acd 100%	/* Hint of Soft Blue at the very bottom */
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

p {
	font-family: "lato";
}

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

img {
	max-width: 100%;
	height: auto;
}

/* header */
.rank-math-breadcrumb {
  background: linear-gradient(
    to bottom,
    #ff69b4 10%,
    #ff1493 50%,
    #ff00ff 80%,
    #6a5acd 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  padding: 0 10px 0 10px;
  text-align: center;
}

.rank-math-breadcrumb a { color: #fff; }


#header-bg {
	background-color: #131723;
	position: fixed;
	width: 100%;
	font-weight: 900;
}

#logo {
	width: 45px;
	height: 30px;
}

.btn-1 {
	background: linear-gradient(92deg, #34befd 0.35%, #ab00fe 98.37%);
	color: #fff;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	text-decoration: none;
	font-size: 14px;
}

.btn-2 {
	background: #fff;
	color: #000;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	text-decoration: none;
	font-size: 14px;
}

.breadrumbs-wrapper {
	padding-top: 80px;
}

/* main conatiner css  */

.pagination-centered {
		margin: 20px 0 50px 0;
		text-align: center;				 /* Centers the pagination */
		display: flex;						/* Flexbox for better control */
		justify-content: center;	/* Centers flex items horizontally */
		gap: 5px;								 /* Adds space between numbers */
}

.page-numbers {
		padding: 5px 10px;
		text-decoration: none;
		color: #fff;
		display: inline-block;		/* Ensures proper spacing */
		background: linear-gradient(92deg, #34befd 0.35%, #ab00fe 98.37%);
		margin-right: 5px;
}

.page-numbers.current {
		background: #333;
		color: white;
}

.page-numbers:hover {
		background: #f5f5f5;
}

/* footer css */

#footer-wrapper {
	background-color: #131723;
	min-height: 200px;
}

#logo-footer {
	width: 200px;
	padding: 30px 0 10px 0;
}

.footer-info {
	font-size: 12px;
	color: #A8A8A8;
}

.footer-icon {
	height: 50px;
	width: auto;
	margin: 20px 0 0 5px;
}

.bank-icon {
	height: 30px;
	width: auto;
}

.copyright {
	font-size: 11px;
	color: #A8A8A8;
}

