@charset "utf-8";
/* CSS Document */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../../images/Wedges-4s-200px.gif) center no-repeat #ffffff;
}

/* WRAPPER */
img { max-width: 100%; height: auto; }

@font-face {
    font-family: 'font';
    src: url('../../../font/Arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('../../../font/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font11';
    src: url('../../../font/Comme-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font2';
    src: url('../../../font/Yorkville.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font3';
    src: url('../../../font/segoeuil.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font4';
    src: url('../../../font/segoeuib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font6';
    src: url('../../../font/seguisb.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font7';
    src: url('../../../font/CronusRound.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font8';
    src: url('../../../font/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Delete your old @font-face block and paste this exact alias rule */
@font-face {
    font-family: 'font5';
    src: local('Google Sans'), local('sans-serif');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'font9';
    src: url('../../../font/AlteHaasGroteskRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font10';
    src: url('../../../font/Comme-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html,body {
    margin: 0px;
    padding: 0px;
	height: 100%;
	background:#fff;
	display:grid;
	font-family: 'Inter', sans-serif;
    overscroll-behavior: none;
	scroll-behavior: smooth;
}
/* Change selection color for the whole page */
body::selection {
  background: #333; /* Highlight background color */
  color: #fff;      /* Highlight text color */
}

/* For Firefox, use ::-moz-selection */
body::-moz-selection {
  background: #333;
  color: #fff;
}
a{
	text-decoration:none;
	color:inherit;

}
input{
	width:99%;
	font-family: font4;
	font-size: 17px;
	border: 1px solid #BBB;
	margin-top: 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 15px;
	height:30px;
    background:#fff;
	border-radius: 3px;
}
select {
	width:99%;
	overflow: hidden;
	font-family: font4;
	font-size: 17px;
	border: 1px solid #BBB;
	margin-top: 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 0px;
	height:42px;
    background:#f9f9f9;
	border-radius: 3px;
    }
select option {
	width:99%;
	overflow: hidden;
	font-family: font4;
	font-size: 17px;
	border: 1px solid #BBB;
	margin-top: 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 15px;
    background:#f9f9f9;
	border-radius: 3px;
}
textarea{
	min-width:99%;
	font-family: font4;
	font-size: 17px;
	border: 1px solid #BBB;
	margin-top: 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 0px;
	height:120px;
	background:#fff;
	border-radius: 3px;
}

/* MAIN PLAYER WRAPPER */
.lms-audio-player {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 16px;
  background: #f1f1f1;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
  font-family: sans-serif;
}

/* CONTROLS ROW */
.lms-audio-player .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}

/* SKIP BUTTONS */
.lms-audio-player .skip-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  width: 40px;
}

.lms-audio-player .skip-btn span {
  font-size: 12px;
  margin-top: -4px;
}

/* PLAY BUTTON */
.lms-audio-player .play-btn {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #333;
  color: #FEBA17;
  border-radius: 50%;
  border: none;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* PROGRESS BAR */
.progress-container {
  position: relative;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
  margin: 12px 0;
}

.buffer-bar {
  position: absolute;
  height: 100%;
  background: #bbb;
  width: 0%;
}

.progress-bar {
  position: absolute;
  height: 100%;
  background: #FEBA17;
  width: 0%;
}

/* TIME TEXT */
.time {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.audio-box {
  position: relative;
}

/* HIDE REAL AUDIO */
.audio-real {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

#wrapper{
	margin: 0px auto 0;
	width: 100%;
	height:100%;
   	position:relative;
}

/*TOP NAVIGATION BAR AND SEARCH PANE*/
#wrapper-top {
	position:fixed;
	background: rgba(255, 255, 255, 0.5); 
	height:70px;
	margin-top: 0px;
	left: 0;
    right: 0;
	width:100%;
	top:0;
	z-index:99;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#wrapper-top #logo{
	margin-top:10px;
	 margin-left:15px;
	 width: 14%;
	 float:left;
}
#wrapper-top #logo img{
	min-width: 150px;
	max-width: 150px;
}
#wrapper-top #user_control{
	margin-top:5px;
	margin-right:25px;
	float:right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
	gap: 10px;
}

#wrapper-top #user_control .signin {
	margin: 10px 0px 10px 0px;
	width: 100px;
	font-family: font5;
	font-size: 16px;
	border: 1px solid #333;
	height:40px;
	color:#FFF;
	background:#333;
	border-radius: 7px;
	letter-spacing: 0px;
}
#wrapper-top #user_control .signin:hover {	
	color:#FFF; 
	background-color: #666;
}

#wrapper-top #user_control .signup {
	margin: 10px 0px 10px 0px;
	width: 100px;
	font-family: font5;
	font-size: 16px;
	height:40px;
	color:#000;
	border: 1px solid #333;
	background-color:#fff;
	border-radius: 7px;
	letter-spacing: 0px;
}
#wrapper-top #user_control .signup:hover {	
	color:#000; 
	border: 1px solid #666;
	background-color: #f1f1f1;
}

#wrapper-top #user-menu-container {
	margin-top:5px;
	margin-right:25px;
	float:right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
	gap: 10px;
}

#wrapper-top #user-menu-container .user-menu-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 30px;
	transition: background 0.3s ease;
}

#wrapper-top #user-menu-container .user-menu-btn:hover {
	background: rgba(255, 255, 255, 0.178);
}

#wrapper-top #user-menu-container .arrow-icon {
	color: #808080;
	font-size: 14px;
	transition: transform 0.3s ease;
}

#wrapper-top #user-menu-container .user-avatar {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #353535 0%, #2c3e50 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: font1;
	font-weight: 700;
	font-size: 18px;
	color: white;
}

#wrapper-top #user-menu-container .user-dropdown {
	position: absolute;
	top: 110%;
	right: 25px;
	background: white;
	width: 280px;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 100;
}

#wrapper-top #user-menu-container .user-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#wrapper-top #user-menu-container .user-info {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: linear-gradient(135deg, #3d3d3d 0%, #2c3e50 100%);
	color: white;
}

#wrapper-top #user-menu-container .user-info-avatar {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 24px;
	color: #3498db;
}

#wrapper-top #user-menu-container .user-details h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

#wrapper-top #user-menu-container .user-details p {
	font-size: 14px;
	opacity: 0.9;
}

#wrapper-top #user-menu-container .dropdown-list {
	list-style: none;
	padding: 15px 0;
}

#wrapper-top #user-menu-container .dropdown-list li { 
    padding: 0; /* Changed from 12px 25px */
    display: flex; 
    align-items: stretch; /* Ensure the anchor fills the full height */
    cursor: pointer; 
    transition: background 0.2s ease; 
}

#wrapper-top #user-menu-container .dropdown-list li:hover {
	background: #f5f7fa;
}
#wrapper-top #user-menu-container .dropdown-list li a { 
    display: flex; /* Use flex to align icon and text inside the link */
    align-items: center;
    gap: 15px;
    padding: 12px 25px; /* Moved from the LI to here */
    width: 100%; /* Spans the full width of the LI */
    text-decoration: none; /* Clean up link styling */
    color: inherit;
}
#wrapper-top #user-menu-container .dropdown-list li a i {
	width: 20px;
	color: #7f8c8d;
}

#wrapper-top #user-menu-container .dropdown-list li a span { 
    font-size: 15px; 
    color: #2c3e50; 
    font-weight: 500; 
    /* Removed padding-left because we are using 'gap' on the flex parent */
}

#wrapper-top #user-menu-container .divider {
	height: 1px;
	background: #ecf0f1;
	margin: 10px 0;
}

#wrapper-top #user-menu-container .sign-out {
	border-top: 1px solid #ecf0f1;
}

#wrapper-top #user-menu-container .sign-out:hover {
	background: #ffeef0;
}

#wrapper-top #user-menu-container .sign-out span {
	color: #e74c3c !important;
}

#wrapper-top #user-menu-container .sign-out i {
	color: #e74c3c !important;
}

/* Cart Styles */
#wrapper-top #user-menu-container .cart-icon {
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	padding-top: 5px;
}

#wrapper-top #user-menu-container .cart-icon:hover {
	transform: translateY(-1px);
}

#wrapper-top #user-menu-container .cart-icon i {
	font-size: 24px;
	color: #555;
}

#wrapper-top #user-menu-container .cart-count {
	position: absolute;
	top: -8px;
	right: -8px;
	background: #FEBA17;
	color: #333;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 2px 5px rgba(67, 97, 238, 0.3);
}

/* WRAPPER FOOTER AREA */
footer{
	width: 100%;
	background-color:#000;
	color: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
footer #container{
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
footer #container ul{
	margin: 0 auto;
    list-style: none;	
    width: 95%;
	height: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: center;
	padding: 0;
}
footer #container ul li{
	width: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
footer #container ul li table{
	width: 100%;
	border-collapse: collapse;
}
footer #container ul li table tr{	
	border: none;
}
footer #container ul li table tr.header{
	
}
footer #container ul li table tr.header td{
	font-family: font4;
	font-size: 18px;
	color:#737373;
	padding-bottom: 13px;
}
footer #container ul li table tr td{
	font-family: font;
	font-size: 16px;
	color:#fff;
	padding-bottom: 13px;
	letter-spacing: 0.5px;
	text-align: left;
	vertical-align: top;
}

footer #container #copyright{
	font-family: font;
	font-size: 14px;
	color:#737373;
    padding: 30px 0 20px 0;
    letter-spacing: 0.5px;
	text-align: center;
	border-top: 1px solid #333;
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    footer {
        display: none !important;
    }
}

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
  /* Footer Adjustments */
  footer {
    padding: 20px 0;
  }
  
  footer #container {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto;
	padding: 15px;
  }
  
  footer #container ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
	margin: 0;
  }
  
  footer #container ul li {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    padding: 0;
  }
  
  footer #container ul li table tr td {
    text-align: center !important;
  }
  
  footer #container #copyright {
    font-size: 12px;
    padding: 15px 0 10px 0;
    letter-spacing: 0.3px;
    text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #333;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
  /* Top Navigation Bar */
  #wrapper-top #logo {
    width: 40% !important;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
  }
  
  #wrapper-top #logo img {
    min-width: 150px !important;
    max-width: 150px !important;
  }
  
  /* User Controls */
  #wrapper-top #user_control,
  #wrapper-top #user-menu-container {
    margin-right: 10px;
    gap: 5px;
  }
  
  #wrapper-top #user_control .signin,
  #wrapper-top #user_control .signup {
    width: 80px;
    height: 35px;
    font-size: 14px;
  }
  
  /* User Menu */
  #wrapper-top #user-menu-container .user-avatar {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  #wrapper-top #user-menu-container .user-dropdown {
    width: 100%;
    right: 0;
    border-radius: 0;
  }
  
  /* Footer Adjustments */
  footer {
    height: auto;
    padding: 30px 0;
  }
  
  footer #container {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  
  footer #container ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  
  footer #container ul li {
    width: 90%;
    margin-bottom: 25px;
    text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    padding: 0;
  }
  
  footer #container ul li table tr td {
    text-align: center !important;
  }
  footer #container #copyright {
    font-size: 12px;       /* slightly smaller for smaller screens */
    padding: 8px 0;        /* tighter padding */
    letter-spacing: 0.3px; /* reduce spacing */
    text-align: center;    /* keep centered */
}

}
