/* Import Modern 2026 Geometric Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

/* 1. Core Reset & Modern Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Outfit', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #696969;
  background-color:#fff;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* 2. Top Main Brand Header (Spans full width) */
.mrjattbar {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  color: #ffffff !important;
  text-align: center;
  padding: 18px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: 3px solid #0284c7;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 3. Date / Notification Header */
.mrjattup {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-bottom: 1px solid #1d4ed8;
}

/* 4. True PC & Mobile Fluid Dashboard Grid */
/* On PC: Automatically splits sections into gorgeous multi-columns. On Mobile: Stacks cleanly. */
body > div:nth-of-type(1) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

/* 5. Section Headings (Punjabi, Haryanvi, Shortcuts) */
.headermain, div.headermain {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  border-radius: 10px 10px 0 0;
  margin-top: 16px;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.2);
}

/* 6. Direct Link Rows (100% Clickable & Smooth Hover) */
.khanlinks {
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  padding: 0 !important;
  display: block;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.khanlinks:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.khanlinks:hover, .khanlinks:active {
  background-color: #f0f9ff;
  padding-left: 8px; /* Smooth slide effect on PC hover and mobile tap */
  border-left: 4px solid #0284c7;
}

.khanlinks a, a .khanlinks, a:link .khanlinks, a:visited .khanlinks {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 13px 16px !important;
  color: #0284c7 !important;
  text-decoration: none !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
}

a:link, a:active, a:visited {
  color: #0284c7;
  text-decoration: none;
}

/* 7. Text description & info boxes */
div[style*="background:#eee"] {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  padding: 16px !important;
  margin: 16px 20px !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* 8. Footer text area & Shortcuts wrapper */
div[style*="clear:both;padding:10px"] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 13px;
  font-weight: 400;
  margin: 16px 20px;
  padding: 20px !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* 9. SEO Tags Control (Clean and hidden from visual clutter) */
h3, h4, h5, h6 {
  font-size: 10px;
  display: inline;
  font-weight: normal;
  color: #94a3b8;
}


.mrjohal{
    background: #006699 none repeat scroll 0 0;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0px 12px 8px;
    border-bottom: 2px solid #5299b9;
    color: white;
    margin: 0px 0 4px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ol.breadcrumbs{
   list-style-type:none;
   margin: 0;
   margin-left:3px;
   padding: 0;
   display: inline-block;
  }
  ol.breadcrumbs li{
   float: left;
   margin-left: 5px;
  }
  ol.breadcrumbs li:after{
  content: '> ';
  color: black;
  }
  ol.breadcrumbs li.last:after{
  content: none;
  }
.djside {
	border: 0px dotted #F4F4F4; font-size:.90em; 
	line-height: 1.7;
}
a:link, a:active, a:visited {
color : #006699;
text-decoration : none;
}
a:hover, a:focus {
color : #0284c7 !important;
text-decoration : none;
}
p{
	margin: 4px;
	padding: 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #f4f4f4;
	font-size: 12px
}
b{ 
	font-weight:bold;
}
h1, h2 {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  border-radius: 10px 10px 0 0;
  margin-top: 16px;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.2);
}

.brd
{
	background-color: #030303;
	border:none;
	color:#fff;
	height:30px;
	margin-top: 1px;
    padding: 4px;
	line-height: 30px;
	border-bottom: solid 3px #E4A915;
	font-weight: bold;
}
/* update items */
.updateitems {
	font-size: 11px; border: 1px dotted #f4f4f4; padding: 5px;
}
.updatecat{
	color: red;
}

.updatear {
	color: #008000; font-size:100%;
}

h3, h4, h5, h6, h7{font-size: 12px;margin:0;}

.vipkhan, .vipkhan0, .vipkhan1, .vipkhan2, .vipkhan3, .vipkhan4, .vipkhan5, .vipkhan6, .vipkhan7, .vipkhan8, .vipkhan9, .vipkhan10, .vipkhan11, .vipkhan12, .vipkhan13, .vipkhan14, .vipkhan15, .vipkhan16, .vipkhan17, .vipkhan18, .vipkhan19, .vipkhan20, .vipkhan21, .vipkhan22, .vipkhan23, .vipkhan24, .vipkhan25, .vipkhan26, .vipkhan27, .vipkhan28, .vipkhan29

{
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  border-radius: 10px 10px 0 0;
  margin-top: 16px;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.2);
}
  .songdes{
    padding: 10px;
  background: #eee;
  margin: 10px;
  clear:both;
  }

div.headertop {
	background-color: #030303;
	border:none;
	color:#292929;
	height:39px;
	padding:0;
	line-height: 39px;
	border-bottom: solid 3px #E4A915;
	font-weight: bold;
}
.style1 {
	color: #FFFFFF;
	font-size: 14px; 
	padding: 6px;
}
a.mrj {
    float: left;
    width: 100%;
    color: #1079a8;
    background: #ffffff;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    margin: 0px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.mrj_btn {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 5px 0;
    display: inline-block;
    font-weight: normal;
    padding: 5px 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
}
ul.mrj {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 1px;
}
a.mrj:hover {
    background-color: rgba(230, 230, 230, 0.53);
}
img.albumcover {
    width: 60px;
    height: 60px;
    border: 1px none #b9b9b9;
    border-radius: 6px;
    float: left;
}
table.tip {
    background-color: transparent;
}
td.tip {
    padding: 3px;
}
tr.tip {
    border: 1px solid #f3f3f3;
}
img.albumcover2 {
    width: 60px;
    height: 60px;
    border: 1px none #b9b9b9;
    border-radius: 30px;
    
}
.tracks {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: 8px;
}
.tunes {
	margin-bottom:10px;
	text-align:center;
	padding: 2px 5px 5px 8px;
	background:#FF9900;


background-repeat: repeat-x;
	border:1px solid #ccc;
	font-weight:bold;
	color:#333333;
	text-transform:capitalize;
	}
.logo  { background: #ddd; background-repeat: repeat-x;border-bottom: 2px solid #EE0014;font-weight:bold;color:#cccccc;padding:7px; }
.tunesmp3 {text-align:left;
	padding: 5px 5px 5px 5px;
	background:#fe642e; background-repeat: repeat-x;
	border-bottom:1px solid #ececec;
	font-weight:bold;
	color:#333333;
	margin-top:1px;
	text-transform:capitalize;
	}
.vipkhan1 {
	text-align:center;
  background: #494141 none repeat scroll 0 0;
    color: #fff;
	margin:0;
	font-size:12px;
    padding: 6px 3px;
    font-weight:bold;
}


.sprt{
	border-bottom:1px dashed #CCC;
	margin:2px 0;
}
.khanrow { 
	margin:0;
	padding:8px;
	background:#fdfdfd;
	border-bottom:1px solid #ececec;
}


/*aa*/
.gen {
	padding: 5px;
}
.thumb {
	float: left;
}
div.entry{
	margin:10px 2px;
	overflow:auto;
}
.tdesc{
	float:left;
	font-size:100%;
	padding: 1px;
	margin-left: 5px;
}
.atext{
	padding: 10px;
	line-height: 1.5;
}
a.nodec{
	text-decoration: none;
}
p.nocol {
	color: #000;
}
p{
	padding: 1px;
	margin: 1px;
}
.smallgray{
	font-size: 10px; color:#ccc;
}

.khanrow { 
	margin:0;
	padding:8px;
	background:#fdfdfd;
	border-bottom:1px solid #ececec;
}
a .khanrow{display: block;padding:10px; color:#3b5998}

.rikwap {
    border-bottom:1px dashed #ccc;
    margin: 0;
    padding: 10px 5px;
}

.down {float:left}
.down a{
background-color:#00c3f4;
color:#fff;
padding:10px 20px;
font-weight:bold;
border-radius:3px;
margin:5px;
text-decoration:none;
border-bottom:1px solid #F2F2F2;
}
.down a:hover{background-color:#262627;}
.buttons {margin:10px 0px 20px 0px;padding:10px 0px;}
input[type="Back"]:hover {
color : #fff;
background : #333;
}
.down2 {float:left}
.down2 a{
background-color:#e05fef;
color:#fff;
padding:10px 20px;
font-weight:bold;
border-radius:3px;
margin:5px;
text-decoration:none;
border-bottom:1px solid #F2F2F2;
}
.down2 a:hover{background-color:#262627;}
.style24 {
color : brown;
}
.adz {

width:180px;

 
}

.adz img{
max-width:300px;
}
.buttons {margin:10px 0px 20px 0px;padding:10px 0px;}
input[type="Back"]:hover {
color : #fff;
background : #333;
}

a.fb{
float:left;
background-color:#3b5998;
color:#fff;
padding:6px 9px;
font-weight:bold;
border-radius:3px;
margin: 10px 10px;
text-decoration:none;
border-bottom:1px solid #F2F2F2;
}
a.fb:hover{background-color:#262627;}

 a.whatsapp{
	float:left;
background-color:#16b508;
color:#fff;
padding:6px 9px;
font-weight:bold;
border-radius:3px;
margin:10px;
text-decoration:none;
border-bottom:1px solid #F2F2F2;
}
a.whatsapp:hover{background-color:#262627;}
.cut_r {
    display: block;
    margin: 5px;
    padding: 0;
}.cut_r p {
    border-bottom: 1px solid #fff;
    margin: 2px 0;
    padding: 4px 4px;
}
    .cut_r label {
    background: #1a83cd none repeat scroll 0 0;
    color: #fff;
    padding: 7px 5px;
}
.pad.cut_r span {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    padding: 6px 5px;
    vertical-align: 1px;
}
.cut_r input, .cut_r select {
    border: medium none;
    box-shadow: 1px 1px 0 #333 inset;
    padding: 5px 0;
    text-align: center;
}.cut_r .btn {
    background: #1A83CD none repeat scroll 0 0;
	box-shadow:0 -13px 0 #036cb6 inset!important;
	border:none;
}.cut_r select {
    margin: 0 4px;
}
.btn {
    background: #1a83cd none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
	cursor:pointer;
	box-shadow:0 -13px 0 #036cb6 inset;
    padding: 6px 1px;
}
.albumCover,
.albumInfo,
.albumCoverSmall {
    float: left;
}
.albumCover img {
    width: 100px;
    height: 100px;
    border: solid 1px #fff;
}
.albumCoverSmall img {
    width: 120px;
    height: 120px;
    border: solid 1px #fff;
}
.style24 {
    color: #D63030;
    font-weight: bold!important;
}
.style18 {
    color: #484C4D
}
.style24 {
    color: #CE3B3B;
}
.share a{
display:inline-block;
}
.share a:hover,.share a:active{
    background: #eee;
}
.shareicon{
    margin: 10px;
}

@media (max-width: 600px) {
.share{
    width:96%;
    overflow:auto;
    margin: 0 auto!important;
    padding: 0!important;
}
.share a{
   text-align:center;
   float: left;
   width: 16%;
}
.shareicon{
   margin: 10px 0!important;
 }

ol.breadcrumbs{
   list-style-type:none;
   margin: 0;
   margin-left:3px;
   padding: 0;
   display: inline-block;
  }
  ol.breadcrumbs li{
   float: left;
   margin-left: 5px;
  }
  ol.breadcrumbs li:after{
  content: '> ';
  color: black;
  }
  ol.breadcrumbs li.last:after{
  content: none;
}
}
