body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font: 15px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;
	min-width: 320px;
}

a {
	text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
	box-shadow: none !important;
	outline: 0px !important;
}

.btn:hover {
	color: #fff;
}

.container {
	max-width: 1140px;
}

.form-control:focus {
	box-shadow: none;
}

.logo {
	height: 29px;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.genre-list {
	font-size: 14px;
}

.genre-list a {
	color: #fff;
	display: block;
	margin-bottom: 3px;
}

.m3-play, .m3-pause {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.player {
	background-color: #584359;
	background-color: #fff;
}

.player .station-name h1 {
	font-size: 20px;
	font-weight: 900;
	color: #111;
	margin: 0;
}

.radio-channels img {
	border: 1px solid #250a26;
	background-color: #fff;
}

.radio-channels img:hover {
	box-shadow: 0 0 20px 0 #00000080;
}

.filter-title {
	font-weight: bold;
	color: #fff;
}

.section-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.letter {
	font-weight: 900;
	font-size: 20px;
	color: #fff;
}

.footer-container {
	color: #fff;
}

.section-head {
	font-size: 16px;
	font-weight: 600;
}

.footer-copyright {
	margin-top: 25px;
}

.page-footer {
	font-size: 14px;
	padding-top: 40px;
}

.page-footer a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.page-footer br {
	display: block;
	margin: 3px 0;
}

.page-footer i {
	font-size: 16px;
	margin-right: 11px;
}

.page-footer li {
	line-height: 24px;
}

.footer-logo {
	height: 29px;
}

.footer-text-logo {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	display: block;
}

.jp-play,
.jp-pause,
.report {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.jp-controls svg {
	width: 45px;
	height: 45px;
	padding: 17px;
	fill: #fff;
	background-color: #92c66c;
	border-radius: 50%;
	text-align: center;
}

.pagination-next {
	display: none;
}

.pagination {
	margin-bottom: 15px !important;
}

.pagination .page-link {
	color: #000;
	font-size: 12px;
	border: 0 !important;
}

.page-item.active .page-link {
	color: #fff;
}

.search-form {
	width: 100%;
	font-size: 0.875rem;
	font-weight: 500;
	border: 0;
}

.search-btn {
	background-color: #92c66c;
	border: 0;
	font-size: 13px;
}

.search-btn svg {
	fill: #fff;
	width: 12px;
}

.menu-icon,
#menu-opener {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	width: 25px;
	height: 22px;
	fill: #ffffff5e;
	margin-left: 5px;
}

.menu-icon:hover {
	fill: #fff;
}

.top-menu {
	padding-top: 0.65rem !important;
	padding-bottom: 0.65rem !important;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 84px;
}

.top-menu-inner {
	gap: 24px;
	min-height: 42px;
}

.top-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.top-section-nav {
	display: flex;
	flex: 1 1 auto;
	gap: 7px;
	margin-left: 0;
	min-width: 0;
	overflow-x: auto;
	padding: 4px 0;
	scrollbar-width: none;
	white-space: nowrap;
}

.top-section-nav::-webkit-scrollbar {
	display: none;
}

.top-section-nav a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.94);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	min-height: 32px;
	padding: 8px 10px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.top-section-nav a:hover,
.top-section-nav a:focus {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.header-actions {
	gap: 2px;
}

.top-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	margin-left: auto;
	padding: 0;
	position: relative;
	z-index: 4;
}

@media (min-width: 992px) {
	.top-menu-inner {
		gap: 0;
		justify-content: center;
		position: relative;
	}

	.top-brand {
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.top-section-nav {
		flex: 0 1 auto;
		justify-content: center;
		max-width: calc(100% - 190px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-section-nav {
		gap: 6px;
		max-width: calc(100% - 170px);
	}

	.top-section-nav a {
		font-size: 12px;
		padding: 8px 9px;
	}
}

.top-menu button {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.ui-widget.ui-widget-content {
	border: 1px solid #f0f0f0;
	padding: 7px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ui-autocomplete img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	float: left;
	border: 1px solid #eee;
}

.ui-menu .ui-menu-item:first-child {
	padding-top: 0;
}

.ui-menu .ui-menu-item:last-child {
	padding-bottom: 0;
	border-bottom: 0 !important;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	display: table;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	height: 70px;
	line-height: 20px;
	padding: 7px 0;
}

.ui-menu .ui-menu-item strong {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ui-menu .ui-menu-item:last-child {
	border-bottom: 0;
}

.ui-menu .ui-menu-item-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.ui-widget-content .ui-state-active {
	background-color: #fff;
	color: #000;
	border-color: #fff;
	border: 0;
}

.site-bg-1 {
	background-color: #351837;
}

.site-color-1 {
	background-color: #250a26;
}

.site-copyright-1 {
	background-color: #1d071e;
}

.site-pagination-1 .page-item.active .page-link {
	background-color: #250a26;
}

.site-bg-2 {
	background-color: #06623E;
}

.site-color-2 {
	background-color: #101820FF;
}

.site-copyright-2 {
	background-color: #0d141c;
}

.site-pagination-2 .page-item.active .page-link {
	background-color: #101820FF;
}

.site-bg-3 {
	background-color: #231431;
}

.site-color-3 {
	background-color: #301d42;
}

.site-copyright-3 {
	background-color: #1c0e28;
}

.site-pagination-3 .page-item.active .page-link {
	background-color: #301d42;
}

.site-bg-4 {
	background-color: #CC313D;
}

.site-color-4 {
	background-color: #B72530;
}

.site-copyright-4 {
	background-color: #ae212c;
}

.site-pagination-4 .page-item.active .page-link {
	background-color: #B72530;
}

.site-bg-5 {
	background-color: #5e3b3c;
}

.site-color-5 {
	background-color: #513233;
}

.site-copyright-5 {
	background-color: #422627;
}

.site-pagination-5 .page-item.active .page-link {
	background-color: #513233;
}

.site-bg-6 {
	background-color: #92C66C;
}

.site-color-6 {
	background-color: #201E20;
}

.site-copyright-6 {
	background-color: #1c191c;
}

.site-pagination-6 .page-item.active .page-link {
	background-color: #201E20;
}

.site-bg-7 {
	background-color: #252539;
}

.site-color-7 {
	background-color: #12121F;
}

.site-copyright-7 {
	background-color: #0e0e1a;
}

.site-bg-8 {
	background-color: #171717;
}

.site-color-8 {
	background-color: #111;
}

.site-copyright-8 {
	background-color: #0f0e0e;
}

.site-pagination-8 .page-item.active .page-link {
	background-color: #111;
}

.alert-no-record {
	color: #fff;
	background-color: #250a26;
	border-color: #250a26;
	font-size: 14px;
}

@keyframes progress-shrink {
	0% {
		width: 100%;
	}

	100% {
		width: 0%;
	}
}

@keyframes notify-in {
	0% {
		left: -50px;
		opacity: 0;
	}

	100% {
		left: 0px;
		opacity: 1;
	}
}

@keyframes notify-in-out {
	0% {
		left: -50px;
		opacity: 0;
	}

	5% {
		left: 0px;
		opacity: 1;
	}

	95% {
		left: 0px;
		opacity: 1;
	}

	100% {
		left: -50px;
		opacity: 0;
	}
}

#notificationsContainer {
	position: fixed;
	max-width: 310px;
	z-index: 10;
	margin: 5px;
}

.bottomleft {
	left: 0;
	bottom: 0;
}

.bottomright {
	right: 0;
	bottom: 0;
}

.topright {
	right: 0;
	top: 0;
}

.topleft {
	left: 0;
	top: 0;
}

#notificationsContainer .notification {
	float: left;
	position: relative;
	/* top: 0; */
	/* right: 0; */
	margin: 3px;
	background-color: #b5d3ed;
	width: 300px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
	-moz-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
	box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
}

.n-animate-in {
	-webkit-animation-name: notify-in;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 0.5s;
	/* Safari 4.0 - 8.0 */
	animation-name: notify-in;
	animation-duration: 0.5s;
	animation-timing-function: linear;
}

.n-animate {
	-webkit-animation-name: notify-in-out;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 6s;
	/* Safari 4.0 - 8.0 */
	animation-name: notify-in-out;
	animation-duration: 6s;
	animation-timing-function: linear;
}

.notification .pad {
	padding: 10px;
	margin-bottom: 10px;
}

.notification .pad .message {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	float: left;
	width: calc(100% - 15px);
}

.notification .pad .close {
	display: inline-block;
	float: right;
	width: 15px;
}

.close-btn {
	height: 10px;
	width: 10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 41.756 41.756' style='enable-background:new 0 0 41.756 41.756;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M27.948,20.878L40.291,8.536c1.953-1.953,1.953-5.119,0-7.071c-1.951-1.952-5.119-1.952-7.07,0L20.878,13.809L8.535,1.465 c-1.951-1.952-5.119-1.952-7.07,0c-1.953,1.953-1.953,5.119,0,7.071l12.342,12.342L1.465,33.22c-1.953,1.953-1.953,5.119,0,7.071 C2.44,41.268,3.721,41.755,5,41.755c1.278,0,2.56-0.487,3.535-1.464l12.343-12.342l12.343,12.343 c0.976,0.977,2.256,1.464,3.535,1.464s2.56-0.487,3.535-1.464c1.953-1.953,1.953-5.119,0-7.071L27.948,20.878z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.65em auto no-repeat;
}

.notification .progressContainer {
	clear: both;
	float: left;
	padding-top: 10px;
	width: 100%;
	text-align: left;
}

.notification .progressContainer .progress {
	background-color: #98bfe0;
	min-height: 4px;
	width: 100%;
	border-radius: 10px;
	bottom: 0px;
}

.progress-animate {
	height: 5px;
	-webkit-animation-name: progress-shrink;
	-webkit-animation-duration: 6s;
	animation-name: progress-shrink;
	animation-duration: 6s;

	animation-timing-function: linear;
}

.station-data {
	color: #111;
	font-size: 14px;
}

.station-data a {
	text-decoration: underline;
	color: #111;
}

.station-data .sep {
	margin: 0 2px;
}

.description {
	display: block;
	margin: 2px 0;
	font-size: 14px;
	line-height: 18px;
}

.jp-volume-bar {
	overflow: hidden;
	background-color: #ccc;
	width: 100%;
	height: 6px;
	margin: 4px 0;
	cursor: pointer;
	border-radius: 5px;
}

.jp-volume-bar-value {
	background: rgb(146, 198, 108);
	width: 0;
	height: 6px;
}

.jp-current-time {
	color: #111;
	font-size: 13px;
}

.genre-image {
	position: absolute;
	bottom: 0px;
	line-height: 35px;
	padding-left: 10px;
	text-shadow: 1px 1px #000;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.8) 100%,
			rgba(0, 0, 0, 1) 100%);
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.modal-backdrop.show {
	z-index: 999999;
	opacity: 0.75;
}

.modal {
	z-index: 9999999;
}

.form-control {
	font-size: 14px;
	color: #333;
	border-color: #eee;
}

.form-select {
	font-size: 14px;
	color: #333;
	border-color: #eee;
}

.twitter-icon {
	fill: #fff;
	width: 15px;
	margin-top: -1px;
}

.facebook-icon {
	fill: #fff;
	width: 10px;
	margin-top: -2px;
}

.telegram-icon {
	fill: #fff;
	width: 14px;
	margin-top: -2px;
}

.mute-icon {
	fill: #444;
	width: 15px;
	height: 15px;
}

.unmute-icon {
	fill: #444;
	width: 15px;
	height: 15px;
}

.report-icon {
	fill: #ffcb00;
	width: 20px;
	margin-top: -1px;
}

.whatsapp-icon {
	fill: #fff;
	width: 15px;
	margin-top: -2px;
}

.random-icon {
	fill: #79b04f;
	width: 20px;
}

.share-icon {
	fill: #351837;
	width: 18px;
	margin-top: -3px;
}

.heart-icon {
	fill: rgba(223, 24, 80, 0.35);
	width: 20px;
}

.vote-icon {
	fill: #fff;
	width: 16px;
}

.favorites {
	border: 0;
	padding: 0;
	background-color: #fff;
}

.facebook-footer,
.telegram-footer {
	fill: #fff;
	height: 18px;
}

.twitter-footer {
	fill: #fff;
	height: 20px;
}

#MyModal {
	z-index: 9999999 !important;
	font-size: 14px;
	font-weight: 400;
}

.modal-body {
	background-color: #fcfcfb;
}

.modal-header {
	border-bottom: 0 !important;
}

.modal-footer {
	border-top: 0;
}

.submit-button {
	color: #fff;
	background-color: #65b89e;
	border: 1px solid #65b89e;
	font-size: 13px;
}

.modal-title {
	font-size: 15px;
}

.close {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	border: 0;
	background-color: transparent;
}

.dropdown-menu {
	min-width: 0;
	padding: .5rem;
}

.station-image {
	border: 1px solid #f4f4f4;
}


.up-button {
	background-color: #837a6f;
	color: #fff;
}

#up {
	line-height: 22px;
}

.down-button {
	background-color: #444;
	color: #fff;
}

#down {
	line-height: 22px;
	height: 10px;
	display: block;
}

.mute-box {
	width: 15px;
	height: 18px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.facebook-box {
	background-color: #4267b2;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.twitter-box {
	background-color: #111;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.whatsapp-box {
	background-color: #71c169;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.telegram-box {
	background-color: #0088cc;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	padding: 0;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 99999999999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	font-size: 15px;
	color: #ecf0f1;
	background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	text-decoration: underline;
	color: #fff;
}

.cookiealert .acceptcookies {
	margin: 0 0 0 5px;
	text-align: center;
	padding: 2px 6px;
	font-size: 14px;
	background-color: #85c154;
	color: #fff;
}

.faqs .accordion-item, .faqs .accordion-button {
    font-size: 15px;
}

.faqs .accordion-body p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.faqs button.accordion-button{
      box-shadow: inherit;
}

.faqs .accordion-button:not(.collapsed)
{
  color: #111;
  font-weight: 700;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23YOUR_HEX_CODE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#comment-form, #contact-form, #submission-form {
    font-size: 15px;
}

.page-details p {
    margin-bottom: 10px;
}

.page-details p:last-child {
    margin-bottom: 0;
}

.radio-details p {
    margin-bottom: 10px;
}

.radio-details p:last-child {
    margin-bottom: 0;
}

.comment-button {
    background-color: #81c14b;
    padding: 6px 12px;
    font-size: 13px;
}

.user-reviews .name {
	color: #ce2525;
    font-size: 15px;
    font-weight: 900;
}

.user-reviews .date {
	color: #333;
    font-size: 14px;
}

.user-reviews .comment {
	color: #111;
    font-size: 15px;
    display: table;
}

.bootstrap-select .filter-option {
  font-size: 15px;
}

.bootstrap-select .btn:hover {
  color: #111;
}

.bootstrap-select a {
  color: #111;
  padding: 6px 9px;
  font-size: 15px;
  border-bottom: 1px solid #f9f9f9;
  display: block;
}

@media (max-width: 991px) {

	.cookiealert {
		font-size: 14px;
	}

	.cookiealert .acceptcookies {
		font-size: 12px;
		margin: 0 0 0 5px;
	}

	.menu-icon,
	#menu-opener {
		width: 26px;
		height: 23px;
		margin-left: 0;
	}

	.top-menu-inner {
		align-items: flex-start !important;
		flex-wrap: wrap;
		gap: 0;
		min-height: 62px;
		padding-right: 38px;
		position: relative;
	}

	.top-section-nav {
		flex: 0 0 100%;
		gap: 7px;
		margin-left: 0;
		margin-top: 10px;
		padding: 0 0 3px;
	}

	.top-section-nav a {
		font-size: 12px;
		min-height: 31px;
		padding: 8px 10px;
	}

	.top-menu-toggle {
		position: absolute;
		right: 12px;
		top: 4px;
		z-index: 6;
	}

	.report-icon {
		width: 23px;
	}

	.random-icon {
		width: 22px;
	}

	.share-icon {
		width: 21px;
	}

	.heart-icon {
		width: 22px;
	}

	.station-data {
		color: #111;
		font-size: 15px;
	}

	.description {
		display: block;
		margin: 2px 0;
		font-size: 15px;
		line-height: 20px;
	}

	.jp-controls svg {
		width: 50px;
		height: 50px;
		padding: 19px;
		margin-bottom: 3px;
	}

	.jp-current-time {
		font-size: 14px;
	}
}

/* Modern radio portal refresh */
:root {
	--rp-bg: #0d1114;
	--rp-bg-soft: #141a1f;
	--rp-surface: #ffffff;
	--rp-surface-soft: #f5f7f8;
	--rp-panel: #20272c;
	--rp-panel-strong: #151a1e;
	--rp-text: #15191d;
	--rp-muted: #69737d;
	--rp-line: rgba(18, 24, 30, 0.12);
	--rp-accent: #14a38b;
	--rp-accent-dark: #0f7869;
	--rp-coral: #e85d4f;
	--rp-gold: #f2b84b;
}

body[class*="site-bg-"] {
	background:
		linear-gradient(180deg, rgba(20, 163, 139, 0.16) 0, rgba(17, 22, 25, 0.92) 310px, rgba(13, 17, 20, 0.98) 720px),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
		repeating-linear-gradient(45deg, rgba(20, 163, 139, 0.04) 0 1px, transparent 1px 72px),
		linear-gradient(120deg, var(--rp-bg) 0%, var(--rp-bg-soft) 46%, #101316 100%),
		var(--rp-bg) !important;
	background-attachment: fixed;
	color: var(--rp-text);
	min-height: 100vh;
}

.container {
	max-width: 1180px;
}

.top-menu {
	backdrop-filter: blur(14px);
	background: rgba(18, 23, 27, 0.92) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.logo,
.footer-logo {
	height: 34px;
	object-fit: contain;
}

.menu-icon,
#menu-opener {
	fill: rgba(255, 255, 255, 0.78);
}

.menu-icon:hover,
#menu-opener:hover {
	fill: #fff;
}

.site-color-1,
.site-color-2,
.site-color-3,
.site-color-4,
.site-color-5,
.site-color-6,
.site-color-7,
.site-color-8 {
	background: linear-gradient(180deg, rgba(38, 46, 52, 0.96), rgba(27, 33, 38, 0.96)) !important;
}

.site-copyright-1,
.site-copyright-2,
.site-copyright-3,
.site-copyright-4,
.site-copyright-5,
.site-copyright-6,
.site-copyright-7,
.site-copyright-8 {
	background: var(--rp-panel-strong) !important;
}

#menu-content > div {
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24) !important;
}

.filter-title,
.section-title,
.letter {
	color: #fff;
	letter-spacing: 0;
}

.filter-title {
	display: block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--rp-gold);
}

.genre-list {
	max-height: 320px;
	overflow: auto;
	padding-right: 3px;
}

.genre-list a {
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	justify-content: space-between;
	line-height: 1.25;
	padding: 5px 7px;
}

.genre-list a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.section-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	margin-top: 2px;
}

form.d-flex.bg-white,
.page-details,
.user-reviews,
.radio-details,
.faqs .accordion,
.submission-box {
	border: 1px solid var(--rp-line);
	border-radius: 8px !important;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16) !important;
}

form.d-flex.bg-white {
	align-items: center;
	background: rgba(255, 255, 255, 0.99) !important;
	border-color: rgba(255, 255, 255, 0.72);
	padding: 9px !important;
	position: relative;
	z-index: 1;
}

.search-form {
	color: var(--rp-text);
	min-height: 42px;
	padding-left: 12px !important;
}

.search-btn,
.comment-button,
.submit-button {
	background: linear-gradient(135deg, var(--rp-accent), var(--rp-accent-dark));
	border-color: var(--rp-accent);
	border-radius: 7px;
	color: #fff;
	min-height: 38px;
}

.search-btn:hover,
.comment-button:hover,
.submit-button:hover {
	background: var(--rp-accent-dark);
	border-color: var(--rp-accent-dark);
}

.search-btn svg {
	width: 15px;
}

.radio-channels {
	row-gap: 8px;
}

.container.mt-3 {
	position: relative;
	z-index: 1;
}

.container.mt-3::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
		linear-gradient(90deg, rgba(20, 163, 139, 0.18), rgba(242, 184, 75, 0.08), rgba(232, 93, 79, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	content: "";
	height: 150px;
	left: 12px;
	position: absolute;
	right: 12px;
	top: -10px;
	z-index: -1;
}

.radio-channels img {
	aspect-ratio: 1 / 1;
	background: var(--rp-surface);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
	object-fit: cover;
	padding: 6px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	width: 100%;
}

.radio-channels img:hover {
	border-color: rgba(20, 163, 139, 0.75);
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32);
	transform: translateY(-2px);
}

.home-section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.home-section-head::after {
	background: linear-gradient(90deg, var(--rp-accent), rgba(242, 184, 75, 0.15));
	border-radius: 999px;
	bottom: -8px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 92px;
}

.hear-new-section {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 250, 0.94)),
		var(--rp-surface);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	padding: 16px 16px 12px;
	position: relative;
}

.hear-new-section::before {
	background: linear-gradient(90deg, var(--rp-accent), var(--rp-gold), var(--rp-coral));
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hear-new-header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 13px;
}

.hear-new-title {
	color: var(--rp-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.hear-new-arrow {
	align-items: center;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: 50%;
	color: var(--rp-muted);
	cursor: pointer;
	display: flex;
	flex: 0 0 30px;
	font-size: 24px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 30px;
}

.hear-new-arrow:hover,
.hear-new-arrow:focus {
	border-color: rgba(15, 159, 138, 0.45);
	color: var(--rp-accent-dark);
	outline: 0;
}

.hear-new-track {
	display: grid;
	gap: 14px;
	grid-auto-columns: 94px;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0 2px 10px;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(20, 163, 139, 0.55) transparent;
	scrollbar-width: thin;
}

.hear-new-track::-webkit-scrollbar {
	height: 7px;
}

.hear-new-track::-webkit-scrollbar-thumb {
	background: rgba(20, 163, 139, 0.55);
	border-radius: 999px;
}

.home-carousel-rows-2 .hear-new-track {
	grid-template-rows: repeat(2, auto);
	row-gap: 18px;
}

.home-carousel-rows-3 .hear-new-track {
	grid-template-rows: repeat(3, auto);
	row-gap: 18px;
}

.hear-new-card {
	color: var(--rp-text);
	display: block;
	min-width: 0;
	scroll-snap-align: start;
	text-decoration: none;
}

.hear-new-card:hover {
	color: var(--rp-accent-dark);
}

.hear-new-image {
	background: var(--rp-surface);
	border: 1px solid rgba(18, 24, 30, 0.1);
	border-radius: 8px;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
	display: block;
	margin-bottom: 9px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hear-new-image img {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hear-new-card:hover .hear-new-image {
	border-color: rgba(20, 163, 139, 0.7);
	box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22);
	transform: translateY(-2px);
}

.hear-new-name {
	display: -webkit-box;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.15;
	min-height: 32px;
	overflow: hidden;
	text-align: start;
	unicode-bidi: plaintext;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
}

.station-tile {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	color: #fff;
	display: block;
	height: 100%;
	padding: 7px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.station-tile:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(20, 163, 139, 0.52);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
	color: #fff;
	transform: translateY(-3px);
}

.station-tile-image {
	background: #fff;
	border-radius: 7px;
	display: block;
	overflow: hidden;
}

.station-tile .station-tile-image img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	padding: 0;
}

.station-tile:hover .station-tile-image img {
	box-shadow: none;
	transform: none;
}

.station-tile-name {
	color: rgba(255, 255, 255, 0.88);
	display: -webkit-box;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 8px;
	min-height: 31px;
	overflow: hidden;
	text-align: start;
	unicode-bidi: plaintext;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
}

.station-tile:hover .station-tile-name {
	color: #fff;
}

.genre-image {
	border-radius: 0 0 8px 8px;
	line-height: 38px;
}

.player {
	background: var(--rp-surface) !important;
	border: 1px solid var(--rp-line);
	border-radius: 8px !important;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22) !important;
	overflow: hidden;
}

.player .station-name h1 {
	color: var(--rp-text);
	font-size: 22px;
	line-height: 1.15;
}

.station-image {
	background: var(--rp-surface-soft);
	border: 1px solid var(--rp-line);
	border-radius: 8px !important;
	object-fit: cover;
}

.station-data,
.station-data a,
.jp-current-time {
	color: var(--rp-muted);
}

.station-data a:hover {
	color: var(--rp-accent-dark);
}

.description {
	color: #3d464e;
	line-height: 1.45;
}

.jp-controls svg,
.m3-play svg,
.m3-pause svg {
	background: var(--rp-coral);
	box-shadow: 0 10px 18px rgba(232, 93, 79, 0.28);
}

.jp-volume-bar {
	background: #d8dee3;
	height: 7px;
}

.jp-volume-bar-value {
	background: var(--rp-accent);
	height: 7px;
}

.random-icon {
	fill: var(--rp-accent);
}

.share-icon {
	fill: var(--rp-panel);
}

.heart-icon {
	fill: rgba(232, 93, 79, 0.38);
}

.report-icon {
	fill: var(--rp-gold);
}

.up-button {
	background-color: var(--rp-accent);
}

.down-button {
	background-color: var(--rp-panel);
}

.alert-no-record {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	color: var(--rp-text);
}

.pagination .page-link {
	border-radius: 6px !important;
	margin: 0 2px;
}

.site-pagination-1 .page-item.active .page-link,
.site-pagination-2 .page-item.active .page-link,
.site-pagination-3 .page-item.active .page-link,
.site-pagination-4 .page-item.active .page-link,
.site-pagination-5 .page-item.active .page-link,
.site-pagination-6 .page-item.active .page-link,
.site-pagination-7 .page-item.active .page-link,
.site-pagination-8 .page-item.active .page-link {
	background-color: var(--rp-accent);
	border-color: var(--rp-accent);
}

.footer-container {
	background: var(--rp-panel) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 28px;
}

.page-footer {
	padding-top: 34px;
}

.page-footer a {
	color: rgba(255, 255, 255, 0.82);
}

.page-footer a:hover {
	color: #fff;
}

.footer-copyright {
	margin-top: 28px;
}

.form-control,
.form-select {
	border-color: var(--rp-line);
	border-radius: 7px;
	min-height: 40px;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--rp-accent);
	box-shadow: 0 0 0 0.15rem rgba(20, 163, 139, 0.18) !important;
}

@media (max-width: 767px) {
	.container.mt-3 {
		margin-top: 0.85rem !important;
	}

	.container.mt-3::before {
		border-radius: 0;
		height: 118px;
		left: 0;
		right: 0;
		top: -8px;
	}

	#menu-content.d-block {
		margin-top: 12px;
	}

	#menu-content > div {
		box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
	}

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

	.radio-channels > [class*="col-"] {
		padding-left: 6px;
		padding-right: 6px;
	}

	.radio-channels img {
		padding: 5px;
	}

	.hear-new-section {
		border-radius: 8px;
		margin-left: -12px;
		margin-right: -12px;
		padding: 13px 12px 10px;
	}

	.hear-new-track {
		gap: 12px;
		grid-auto-columns: 86px;
		padding-bottom: 8px;
	}

	.home-carousel-rows-2 .hear-new-track {
		row-gap: 14px;
	}

	.home-carousel-rows-3 .hear-new-track {
		row-gap: 14px;
	}

	.hear-new-title {
		font-size: 15px;
	}

	.hear-new-name {
		font-size: 12px;
		min-height: 28px;
	}

	.station-tile {
		padding: 6px;
	}

	.station-tile-name {
		font-size: 12px;
		min-height: 29px;
	}

	.player .station-name h1 {
		font-size: 19px;
	}

	.player .row > [class*="col-"] {
		margin-bottom: 4px;
	}
}

/* Friendly sea-glass theme */
:root {
	--rf-page: #f4f9f8;
	--rf-page-soft: #eaf5f2;
	--rf-ink: #10232a;
	--rf-muted: #64757b;
	--rf-header: #123039;
	--rf-header-soft: #183f48;
	--rf-sidebar: #173940;
	--rf-sidebar-soft: #1f4a52;
	--rf-card: #ffffff;
	--rf-card-soft: #f7fbfa;
	--rf-border: rgba(16, 35, 42, 0.1);
	--rf-accent: #0f9f8a;
	--rf-accent-dark: #0b7568;
	--rf-coral: #f06f5f;
	--rf-gold: #e9ae35;
}

body[class*="site-bg-"] {
	background:
		repeating-linear-gradient(135deg, rgba(15, 159, 138, 0.045) 0 1px, transparent 1px 26px),
		repeating-linear-gradient(90deg, rgba(18, 48, 57, 0.035) 0 1px, transparent 1px 86px),
		linear-gradient(180deg, #e8f5f2 0, var(--rf-page) 360px, #f8fbfb 100%) !important;
	background-attachment: fixed;
	color: var(--rf-ink);
}

.top-menu {
	background: linear-gradient(90deg, var(--rf-header), var(--rf-header-soft)) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 12px 28px rgba(18, 48, 57, 0.22);
}

.site-color-1,
.site-color-2,
.site-color-3,
.site-color-4,
.site-color-5,
.site-color-6,
.site-color-7,
.site-color-8 {
	background: linear-gradient(180deg, var(--rf-sidebar-soft), var(--rf-sidebar)) !important;
}

.top-menu.site-color-1,
.top-menu.site-color-2,
.top-menu.site-color-3,
.top-menu.site-color-4,
.top-menu.site-color-5,
.top-menu.site-color-6,
.top-menu.site-color-7,
.top-menu.site-color-8 {
	background: linear-gradient(90deg, var(--rf-header), var(--rf-header-soft)) !important;
}

.top-section-nav a {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.top-section-nav a:hover,
.top-section-nav a:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

.site-copyright-1,
.site-copyright-2,
.site-copyright-3,
.site-copyright-4,
.site-copyright-5,
.site-copyright-6,
.site-copyright-7,
.site-copyright-8 {
	background: #0f252b !important;
}

.container.mt-3::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.2)),
		linear-gradient(90deg, rgba(15, 159, 138, 0.16), rgba(233, 174, 53, 0.1), rgba(240, 111, 95, 0.09));
	border-color: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 58px rgba(18, 48, 57, 0.13);
}

form.d-flex.bg-white,
.hear-new-section,
.page-details,
.user-reviews,
.radio-details,
.faqs .accordion,
.submission-box,
.player {
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: 0 16px 34px rgba(18, 48, 57, 0.14) !important;
}

form.d-flex.bg-white {
	border-color: rgba(15, 159, 138, 0.16);
}

.search-form {
	color: var(--rf-ink);
}

.search-btn,
.comment-button,
.submit-button {
	background: linear-gradient(135deg, var(--rf-accent), var(--rf-accent-dark));
	border-color: var(--rf-accent);
}

.search-btn:hover,
.comment-button:hover,
.submit-button:hover {
	background: linear-gradient(135deg, #0b8d7b, #095f55);
	border-color: #0b8d7b;
}

#menu-content > div {
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 16px 34px rgba(18, 48, 57, 0.18) !important;
}

.filter-title {
	color: #ffd36b;
}

.genre-list a {
	color: rgba(255, 255, 255, 0.9);
}

.genre-list a:hover {
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.section-title,
.section-title.text-white,
.letter {
	color: var(--rf-ink) !important;
	text-shadow: none;
}

.home-section-head::after {
	background: linear-gradient(90deg, var(--rf-accent), var(--rf-gold), rgba(240, 111, 95, 0.25));
}

.hear-new-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 250, 0.96)),
		var(--rf-card) !important;
}

.hear-new-section::before {
	background: linear-gradient(90deg, var(--rf-accent), var(--rf-gold), var(--rf-coral));
}

.hear-new-title,
.station-tile-name,
.player .station-name h1 {
	color: var(--rf-ink);
}

.hear-new-card,
.hear-new-card:hover {
	color: var(--rf-ink);
}

.hear-new-arrow {
	background: #f9fcfb;
	color: var(--rf-accent-dark);
}

.hear-new-track {
	scrollbar-color: rgba(15, 159, 138, 0.6) transparent;
}

.hear-new-track::-webkit-scrollbar-thumb {
	background: rgba(15, 159, 138, 0.6);
}

.hear-new-image,
.radio-channels img,
.station-image {
	border-color: rgba(16, 35, 42, 0.08);
	box-shadow: 0 12px 24px rgba(18, 48, 57, 0.13);
}

.station-tile {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(16, 35, 42, 0.08);
	box-shadow: 0 14px 28px rgba(18, 48, 57, 0.12);
	color: var(--rf-ink);
}

.station-tile:hover {
	background: #fff;
	border-color: rgba(15, 159, 138, 0.42);
	box-shadow: 0 18px 36px rgba(18, 48, 57, 0.18);
	color: var(--rf-ink);
}

.station-tile .station-tile-name,
.station-tile:hover .station-tile-name {
	color: var(--rf-ink);
}

.radio-channels > [class*="col-"] > a:not(.station-tile) {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(16, 35, 42, 0.08);
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(18, 48, 57, 0.1);
	display: block;
	padding: 7px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.radio-channels > [class*="col-"] > a:not(.station-tile):hover {
	border-color: rgba(15, 159, 138, 0.4);
	box-shadow: 0 18px 34px rgba(18, 48, 57, 0.16);
	transform: translateY(-2px);
}

.radio-channels > [class*="col-"] > a:not(.station-tile) img {
	border: 0;
	box-shadow: none;
	padding: 0;
}

.browse .text-white,
.radio-channels a.text-white,
a.text-white {
	color: var(--rf-ink) !important;
}

.radio-channels .col-md-4 a.text-white,
.radio-channels .col-6 a.text-white {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(16, 35, 42, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(18, 48, 57, 0.1);
	display: block;
	font-weight: 700;
	padding: 14px 16px;
}

.browse-count {
	align-items: center;
	background: rgba(15, 159, 138, 0.12);
	border: 1px solid rgba(15, 159, 138, 0.2);
	border-radius: 999px;
	color: #087766;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	margin-left: 8px;
	min-width: 34px;
	padding: 4px 8px;
	vertical-align: middle;
}

.description,
.station-data,
.station-data a,
.jp-current-time,
.page-details,
.radio-details,
.user-reviews .date,
.user-reviews .comment {
	color: var(--rf-muted);
}

.station-data a:hover {
	color: var(--rf-accent-dark);
}

.jp-controls svg,
.m3-play svg,
.m3-pause svg {
	background: linear-gradient(135deg, var(--rf-coral), #df5747);
	box-shadow: 0 10px 20px rgba(240, 111, 95, 0.28);
}

.jp-volume-bar {
	background: #dbe8e5;
}

.jp-volume-bar-value {
	background: var(--rf-accent);
}

.random-icon {
	fill: var(--rf-accent);
}

.share-icon {
	fill: var(--rf-header);
}

.heart-icon {
	fill: rgba(240, 111, 95, 0.42);
}

.report-icon {
	fill: var(--rf-gold);
}

.up-button {
	background-color: var(--rf-accent);
}

.down-button {
	background-color: var(--rf-header);
}

.alert-no-record {
	background: #fff;
	border-color: rgba(15, 159, 138, 0.16);
	color: var(--rf-ink);
}

.pagination .page-link {
	color: var(--rf-ink);
}

.site-pagination-1 .page-item.active .page-link,
.site-pagination-2 .page-item.active .page-link,
.site-pagination-3 .page-item.active .page-link,
.site-pagination-4 .page-item.active .page-link,
.site-pagination-5 .page-item.active .page-link,
.site-pagination-6 .page-item.active .page-link,
.site-pagination-7 .page-item.active .page-link,
.site-pagination-8 .page-item.active .page-link {
	background-color: var(--rf-accent);
	border-color: var(--rf-accent);
	color: #fff;
}

.footer-container {
	background:
		linear-gradient(180deg, #173940, #0f252b) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 -18px 42px rgba(18, 48, 57, 0.16);
	color: rgba(255, 255, 255, 0.86);
}

.footer-container .section-head,
.footer-container .footer-text-logo {
	color: #fff;
}

.page-footer a,
.footer-copyright a {
	color: rgba(255, 255, 255, 0.82);
}

.page-footer a:hover,
.footer-copyright a:hover {
	color: #fff;
}

.footer-copyright {
	background: rgba(7, 18, 22, 0.55);
	color: rgba(255, 255, 255, 0.78);
}

.page-footer {
	padding-top: 0;
}

.footer-main-row {
	align-items: flex-start;
	padding: 44px 0 38px;
	row-gap: 28px;
}

.footer-brand {
	max-width: 340px;
}

.footer-brand .footer-logo {
	height: 38px;
	width: auto;
}

.footer-description {
	color: rgba(255, 255, 255, 0.76);
	display: block;
	font-size: 14px;
	line-height: 1.6;
	max-width: 260px;
}

.footer-links-column .section-head {
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 17px;
	padding-bottom: 9px;
	position: relative;
}

.footer-links-column .section-head::after {
	background: linear-gradient(90deg, var(--rf-accent), var(--rf-gold), var(--rf-coral));
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 42px;
}

.footer-link-list {
	margin-bottom: 0;
}

.footer-link-list li {
	line-height: 1.35;
	margin-bottom: 10px;
}

.footer-link-list a {
	color: rgba(255, 255, 255, 0.76);
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus {
	color: #fff;
	transform: translateX(3px);
}

.footer-rtl-column {
	text-align: right;
}

.footer-rtl-column .section-head::after {
	left: auto;
	right: 0;
}

.footer-rtl-column .footer-link-list a:hover,
.footer-rtl-column .footer-link-list a:focus {
	transform: translateX(-3px);
}

.footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 0;
}

.form-control,
.form-select {
	background-color: #fff;
	border-color: rgba(16, 35, 42, 0.11);
	color: var(--rf-ink);
}

.form-control:focus,
.form-select:focus {
	border-color: var(--rf-accent);
	box-shadow: 0 0 0 0.15rem rgba(15, 159, 138, 0.16) !important;
}

.faqs .accordion-button,
.faqs .accordion-item {
	color: var(--rf-ink);
}

.faqs .accordion-button:not(.collapsed) {
	color: var(--rf-accent-dark);
}

@media (max-width: 767px) {
	body[class*="site-bg-"] {
		background-attachment: scroll;
	}

	.container.mt-3::before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.25)),
			linear-gradient(90deg, rgba(15, 159, 138, 0.14), rgba(233, 174, 53, 0.08));
	}

	.footer-container .col-4 {
		width: 100%;
		margin-bottom: 18px;
	}

	.footer-main-row {
		padding: 34px 0 26px;
		row-gap: 24px;
	}

	.footer-brand {
		max-width: none;
		text-align: center;
	}

	.footer-description {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-links-column {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		text-align: center;
		width: 33.333%;
	}

	.footer-rtl-column {
		text-align: center;
	}

	.footer-links-column .section-head::after,
	.footer-rtl-column .section-head::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	.footer-link-list,
	.footer-link-list[dir="rtl"] {
		text-align: center;
	}

	.footer-link-list li {
		line-height: 1.25;
		margin-bottom: 9px;
	}

	.footer-link-list a {
		font-size: 12px;
		overflow-wrap: anywhere;
	}

	.footer-link-list a:hover,
	.footer-link-list a:focus,
	.footer-rtl-column .footer-link-list a:hover,
	.footer-rtl-column .footer-link-list a:focus {
		transform: none;
	}
}
