* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat";
}
:root {
	--primary: #00507a;
	--theme: #00507a;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.wrapper {
	width: 100%;
	height: 100%;
}

#home {
    background: url("/assets/images/webpage/lightbg.png") 50% 0 no-repeat fixed;
	background-size: cover;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#about {
	background: #00507a 50% 0 no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
#survey {
	background: url("/assets/images/webpage/survey.png") 50% 0 no-repeat fixed;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.container {
	margin: auto;
	width: 60%;
	border: 3px solid #ffffff;
	padding: 40px;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 25px;
}
.container p {
	color: #fff;
	text-align: justify !important;
	font-size: 23px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.survey {
	margin-top: 15px;
	background: white;
	/* position: relative; */
	padding: 15px;
	border: none;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	font-family: "Montserrat";
	border: 1px solid #00507a;
	border-radius: 25px;
	outline: none;
	overflow: hidden;
	color: #00507a;
	transition: color 0.3s 0.1s ease-out;
	text-align: center;
}

.survey span {
	margin: 10px;
}

.survey::after {
	padding: 10px;
	content: "SURVEY";
	font-size: 22px;
	-webkit-text-stroke: 1px;
}

.survey:hover {
	background: #00507a;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.survey:hover::after {
	content: "SURVEY ›";
	padding: 10px;
	color: #ffffff;
	-webkit-text-stroke: 1px;
}

#howto {
	background: #ecf0f4 50% 0 no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	position: relative;
}

#home .logo {
	text-align: center;
}

#home .logo img {
	max-width: 20%;
	height: auto;
}

#about article {
	height: 458px;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 100%;
	font-size: 50px;
	color: #c8e5e3;
}

#faqs {
	background: #ffffff 50% 0 no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
}
.carousel {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 60px;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
}

.carousel-item {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-item img {
	display: block;
	height: auto;
	max-width: 100%;
}

.carousel-control {
	background: rgba(0, 0, 0, 0.28);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	width: 40px;
	z-index: 10;
}

.carousel-control.prev {
	left: 2%;
	border: 1px solid #00507a;
	color: #00507a;
	background: #fff;
}

.carousel-control.next {
	right: 2%;
	border: 1px solid #00507a;
	color: #00507a;
	background: #fff;
}

.carousel-control:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #aaaaaa;
}

.carousel-open:checked + .carousel-item + .carousel-control {
	display: block; /* Show control for the checked item */
}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
}

.carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
}

.carousel-bullet {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 35px;
}

.carousel-bullet:hover {
	color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10 {
	display: block;
}

#title {
	width: 100%;
	position: absolute;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 27px;
	color: rgba(255, 255, 255, 1);
	font-family: "Open Sans", sans-serif;
	z-index: 9999;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
		-1px 0px 2px rgba(255, 255, 255, 0);
}

.download {
	margin-top: 15px;
	background: #00507a;
	position: relative;
	padding: 5px;
	display: flex;
	border: none;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	font-family: "Montserrat";
	border: 1px solid #00507a;
	border-radius: 25px;
	outline: none;
	overflow: hidden;
	color: #fff;
	transition: color 0.3s 0.1s ease-out;
	text-align: center;
	margin-bottom: 20px;
}

.download span {
	margin: 10px;
}

.download::after {
	padding: 10px;
	content: "DOWNLOAD";
	font-size: 22px;
	-webkit-text-stroke: 1px;
}

.download:hover {
	background: #fff;
	border: 1px solid #00507a;
	color: #00507a;
}

.download:hover::after {
	content: "DOWNLOAD ›";
	padding: 10px;
	color: #00507a;
	-webkit-text-stroke: 1px;
}

.left h1 {
	font-family: "Montserrat";
	font-size: 40px;
	color: #00507a;
	font-weight: bold;
	margin-bottom: 10px;
}

.left p {
	font-size: 24px;
	font-family: "Montserrat";
	color: #00507a;
}

.split {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
}

.left {
	width: 100%;
}

.left {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.right {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right iframe {
	max-width: 90%;
	max-height: 70vh;
	border: none;
}

.footer {
	background-color: #00507a;
	color: white;
	padding: 30px 25px;
	text-align: center;
}

.footer-content {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.footer-content div {
	margin: 10px 0;
}

.footer img {
	width: 155px;
	height: auto;
	margin: 5px;
}

.footer-connect {
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
}

.footer-details {
	text-align: left !important;
	font-family: "Montserrat";
}

.footer-details a {
	color: white;
	text-decoration: none;
}
.fa {
	font-size: 20px !important;
	background: #fff;
	color: #00507a;
	padding: 5px;
	border-radius: 25px;
	width: 30px;
	text-align: center;
	-webkit-text-stroke: 1px;
}

.surveyheading {
	margin-top: -50px;
}
.surveyheading h1 {
	background: #00507a;
	border-radius: 10px;
	border: 3px solid #fff;
	color: #fff;
	padding: 15px;
	font-size: 30px;
	display: inline;
	-webkit-text-stroke: 1px;
	font-family: "Montserrat";
}

.footer {
	background-color: #00507a;
	color: white;
	padding: 30px 25px;
	text-align: center;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-content div {
	margin: 10px;
	flex: 1; /* Allow the divs to grow and shrink equally */
	text-align: left; /* Align text to the left within each div */
}

.footer img {
	width: 155px;
	height: auto;
	margin: 5px;
}

.footer-connect {
	text-align: center;
	font-family: "Montserrat";
	font-size: 20px;
}

.footer-details {
	font-family: "Montserrat";
	line-height: 1.5; /* Adjust line height for better readability */
}

.footer-details a {
	color: white;
	text-decoration: none;
}

.fa {
	font-size: 20px !important;
	background: #fff;
	color: #00507a;
	padding: 5px;
	border-radius: 25px;
	width: 30px;
	text-align: center;
	-webkit-text-stroke: 1px;
}

.accordion .tab__content p {
	white-space: pre-line;
}

@media (max-width: 1024px) {
	.footer-details p {
		font-size: 12px;
	}
	.footer-details h1 {
		font-size: 18px;
	}
}

/* Media Query for 768px or less */

@media (max-width: 768px) {
	#home .logo img {
		max-width: 50% !important;
	}
	.footer {
		padding: 20px 15px;
	}

	.footer-content {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		display: block;
	}

	.footer-details {
		text-align: center;
		flex: 1 1 100%;
	}

	.footer img {
		width: 100px;
	}

	.fa {
		font-size: 18px !important;
		width: 29px;
	}
	.accordion {
		width: 95% !important;
	}
	.newfaq .title {
		font-size: 20px !important;
	}
	.container p {
		font-size: 16px !important;
	}
	.cinema-mode h1 {
		font-size: 30px !important;
	}
	.surveyheading h1 {
		font-size: 20px !important;
	}
	.download {
		font-size: 20px !important;
	}
	.download::after {
		font-size: 20px !important;
	}
	.download:hover {
		font-size: 20px !important;
	}

	.survey {
		font-size: 20px !important;
	}
	.survey::after {
		font-size: 20px !important;
	}
	.survey:hover {
		font-size: 20px !important;
	}
	.tab__label {
		font-size: 14px !important;
	}
	.tab__content p {
		font-size: 14px !important;
	}
}

@media only screen and (min-width: 375px) and (max-width: 640px) {
	.carousel {
		padding: 10px;
	}
	#about {
		background: #00507a 50% 0 no-repeat;
		background-size: cover;
		height: auto;
		width: 100%;
		position: relative;
	}
	#survey {
		background: url("/assets/images/webpage/survey.png") 50% 0 no-repeat fixed;
		background-size: cover;
		height: 60vh;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.container {
		margin: auto;
		width: 90%;
		border: 3px solid #ffffff;
		padding: 10px;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 25px;
	}
	.container p {
		color: #fff;
		text-align: center !important;
		font-size: 14px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.survey {
		margin-top: 15px;
		background: white;
		/* position: relative; */
		padding: 15px;
		border: none;
		align-items: center;
		font-size: 17px;
		font-weight: 600;
		text-decoration: none;
		cursor: pointer;
		font-family: "Montserrat";
		border: 1px solid #00507a;
		border-radius: 25px;
		outline: none;
		overflow: hidden;
		color: #00507a;
		transition: color 0.3s 0.1s ease-out;
		text-align: center;
		margin-bottom: 10px;
	}

	.survey span {
		margin: 10px;
	}

	.survey::after {
		padding: 10px;
		content: "SURVEY";
		font-size: 16px;
		-webkit-text-stroke: 1px;
	}

	.survey:hover {
		background: #00507a;
		border: 1px solid #ffffff;
		color: #ffffff;
	}

	.survey:hover::after {
		content: "SURVEY ›";
		padding: 16px;
		color: #ffffff;
		-webkit-text-stroke: 1px;
	}
	.footer-connect {
		text-align: center;
		font-family: "Montserrat";
		font-size: 16px;
	}
	.footer-details {
		font-size: 12px;
	}
	.footer-details p {
		font-size: 12px;
	}
	.accordion {
		padding: 0 1rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 675px) {
	#home .logo img {
		max-width: 80%;
	}

	.carousel {
		padding: 10px;
	}

	.download {
		font-size: 10px;
		padding: 5px 10px; /* Adjust the padding to make the button smaller */
	}

	.left h1 {
		margin-top: 30px;
		font-family: "Montserrat";
		font-size: 20px;
		color: white;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.left p {
		font-size: 12px;
		font-family: "Montserrat";
		color: #00507a;
	}
	.heading1 {
		margin-top: 20px !important;
		font-family: "Montserrat";
		font-size: 20px;
		color: white;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
		-webkit-text-stroke: 1px;
	}

	.split {
		height: 70vh;
	}
	.cinema-mode h1 {
		margin-top: 20px !important;
		font-size: 14px !important;
	}
	#about {
		height: auto;
	}
	.download::after {
		padding: 10px;
		content: "DOWNLOAD";
		font-size: 12px;
		-webkit-text-stroke: 1px;
	}
	video.iselcovideo {
		width: 100%;
		height: 95%;
		margin-bottom: 10px;
	}

	.carousel-control {
		font-size: 17px;
		height: 19px;
		width: 19px;
		line-height: 17px;
	}

	.carousel-control.prev {
		left: 54;
	}

	.carousel-control.next {
		right: 4%;
	}
	#survey {
		background: url("/assets/images/webpage/survey.png") 50% 0 no-repeat fixed;
		background-size: cover;
		height: 60vh;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.container {
		margin: auto;
		width: 90%;
		border: 3px solid #ffffff;
		padding: 10px;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 25px;
	}
	.container p {
		color: #fff;
		text-align: center !important;
		font-size: 14px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.survey {
		margin-top: 15px;
		background: white;
		/* position: relative; */
		padding: 15px;
		border: none;
		align-items: center;
		font-size: 17px;
		font-weight: 600;
		text-decoration: none;
		cursor: pointer;
		font-family: "Montserrat";
		border: 1px solid #00507a;
		border-radius: 25px;
		outline: none;
		overflow: hidden;
		color: #00507a;
		transition: color 0.3s 0.1s ease-out;
		text-align: center;
		margin-bottom: 10px;
	}

	.survey span {
		margin: 10px;
	}

	.survey::after {
		padding: 10px;
		content: "SURVEY";
		font-size: 16px;
		-webkit-text-stroke: 1px;
	}

	.survey:hover {
		background: #00507a;
		border: 1px solid #ffffff;
		color: #ffffff;
	}

	.survey:hover::after {
		content: "SURVEY ›";
		padding: 16px;
		color: #ffffff;
		-webkit-text-stroke: 1px;
	}
	.footer-connect {
		text-align: center;
		font-family: "Montserrat";
		font-size: 14px;
	}
	.footer-details {
		font-size: 12px;
	}
	.surveyheading {
		margin-top: -20px;
	}
	.surveyheading h1 {
		background: #00507a;
		border-radius: 10px;
		border: 3px solid #fff;
		color: #fff;
		padding: 15px;
		font-size: 20px;
		display: inline;
		-webkit-text-stroke: 1px;
		font-family: "Montserrat";
	}
	.footer-details p {
		font-size: 11px;
	}
	.container1.newfaq {
		width: 50rem;
		display: inline !important;
		gap: 1rem;
		margin: 0 auto;
	}
	.newfaq .title {
		font-size: 16px !important;
		margin-top: 20px !important;
	}
	.container1.newfaq section:first-child p {
		font-size: 12px !important;
	}
	.tab__label {
		font-size: 12px !important;
	}
	.tab__content p {
		font-size: 12px !important;
	}
	.accordion {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-width: 1900px) {
	.logo {
		width: 100%;
	}

	.left h1 {
		margin-top: 50px;
		font-family: "Montserrat";
		font-size: 100px;
		color: white;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.left p {
		font-size: 50px;
		font-family: "Montserrat";
		color: #00507a;
	}
	video.iselcovideo {
		width: 95%;
		height: 50%;
	}
	.download::after {
		padding: 10px;
		content: "DOWNLOAD";
		font-size: 50px;
		-webkit-text-stroke: 1px;
	}
	.carousel-control {
		background: rgba(0, 0, 0, 0.28);
		border-radius: 50%;
		color: #fff;
		cursor: pointer;
		display: none;
		font-size: 65px;
		height: 80px;
		line-height: 70px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		text-align: center;
		width: 80px;
		z-index: 10;
	}

	.carousel-control.prev {
		left: 14%;
		border: 1px solid #00507a;
		color: #00507a;
		background: #fff;
	}

	.carousel-control.next {
		right: 14%;
		border: 1px solid #00507a;
		color: #00507a;
		background: #fff;
	}
	.footer-connect {
		text-align: center;
		font-family: "Montserrat";
		font-size: 40px;
	}
	.footer-details {
		font-size: 30px;
	}
	.footer img {
		width: 250px !important;
	}
	.cinema-mode h1 {
		font-size: 50px !important;
	}
	.container p {
		font-size: 40px;
	}
	.surveyheading h1 {
		font-size: 50px;
	}
	.survey::after {
		font-size: 50px;
	}
	.newfaq .title {
		font-size: 50px !important;
		padding: 2.3rem 5rem !important;
	}
	.container1.newfaq section:first-child p {
		font-size: 40px !important;
		max-width: 100% !important;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.tab__label {
		font-size: 40px !important;
		padding: 3.8rem 5.3rem !important;
	}
	.tab__content p {
		font-size: 40px !important;
		padding: 1.8rem 5.3rem !important;
	}
	.container1.newfaq {
		width: 80% !important;
	}
	.download {
		padding: 15px !important;
		font-size: 40px !important;
	}
	.download::after {
		padding: 15px !important;
		font-size: 40px !important;
	}
	.download:hover {
		padding: 15px !important;
		font-size: 40px !important;
	}

	.survey {
		padding: 15px !important;
	}
	.survey::after {
		padding: 15px !important;
	}
	.survey:hover {
		padding: 15px !important;
	}
	.accordion {
		gap: 1.3rem !important;
	}
}

@media (min-width: 3840px) {
	.footer {
		padding: 40px 20px;
	}

	.footer-connect {
		font-family: "Montserrat" !important;
		font-size: 2.2em !important;
	}

	.footer-detail div {
		margin: 10px 0;
	}
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-direction: row;
}
.social-icons-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.line {
	flex: 1;
	border: none;
	border-top: 1px solid #fff;
	margin: 0 10px;
}

.social-icons {
	margin-top: 10px !important;
	display: flex;
	font-size: 20px;
	justify-content: center;
}

.social-icons a {
	margin: 0 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff !important;
	color: #00507a !important;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.social-icons a:hover {
	background-color: #0056b3 !important;
	color: #fff !important;
}

.social-icons i {
	font-size: 20px;
}

.line {
	flex-basis: 100%;
	margin: 10px 0;
}

.social-icons {
	margin-top: 10px !important;
	justify-content: space-between;
	width: 100%;
}

.social-icons a {
	margin: 0 5px;
}

.cinema-mode {
	max-width: 80% !important;
	margin: auto !important;
}

.cinema-mode h1 {
	margin-top: 30px;
	font-family: "Montserrat";
	font-size: 40px;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	-webkit-text-stroke: 1px;
}

.iselcovideo {
	width: 100% !important;
	height: 80% !important;
}

#faqbody {
	background: #ecf0f4 50% 0 no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	position: relative;
}

.container1.newfaq {
	width: 90% !important;
	display: grid;
	gap: 1rem;
	margin: 0 auto;
}

.container1.newfaq section:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container1.newfaq section:first-child p {
	text-align: center;
	padding: 0 2rem;
	color: var(--primary);
	max-width: 40rem;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.newfaq .title {
	line-height: 50px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 900;
	border-radius: 30px;
	background-color: var(--primary);
	border: 5px solid #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0.3rem 2rem;
	font-size: 30px;
	margin-top: 50px;
	-webkit-text-stroke: 1px;
}

.accordion {
	width: 100%;
	color: var(--theme);
	border-radius: 0.5rem;
	overflow: hidden;
	display: grid;
	gap: 0.6rem;
	justify-items: center;
	margin-bottom: 50px;
	padding: 0 1rem;
}

.tab {
	border: 1px solid rgba(0, 80, 122, 1);
	border-top: 0;
	border-radius: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab__content {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
	max-height: 115rem;
}

.tab__label,
.tab__close {
	border-radius: 0.5rem;
	display: flex;
	color: white;
	background: var(--theme);
	cursor: pointer;
}

.tab__label {
	justify-content: space-between;
	align-items: center;
	padding: 0.8rem 1.3rem;
	box-shadow: 1px 1px 1px var(--theme);
	font-size: 18px;
}

.tab__label::after {
	content: "\276F";
	max-width: 1rem;
	height: 1em;
	text-align: right;
	transform: rotate(90deg);
	transition: all 0.35s;
	align-items: center;
	justify-content: center;
	display: inline-flex;
}

.tab input:checked + .tab__label::after {
	transition: all 0.35s;
	transform: rotate(270deg);
}

.tab__content p {
	color: #000;
	margin: 0;
	padding: 1.3rem;
	font-size: 18px;
}

.tab__content p a {
	color: rgba(0, 80, 122, 0.8);
	font-weight: 600;
	text-decoration: none;
}

.tab__content p a:hover {
	color: rgba(0, 80, 122, 1);
	text-decoration: underline;
}

.tab__close {
	justify-content: flex-end;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

sup,
sub {
	font-size: 18px;
}

sub {
	transform: rotate(180deg);
	display: inline-block;
}

@keyframes bounce {
	25% {
		transform: rotate(90deg) translate(0.25rem);
	}
	75% {
		transform: rotate(90deg) translate(-0.25rem);
	}
}
.pagination-controls {
	text-align: center;
	margin-top: 20px;
}

.pagination-controls button {
	margin: 0 5px;
	padding: 10px 15px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	cursor: pointer;
}

.pagination-controls button.active {
	background-color: var(--theme);
	border-color: var(--theme);
	color: white;
}

.pagination-controls button:hover {
	background-color: #ddd;
	color: black;
}