/* === GDPR / RGPD COOKIE CONSENT BANNER === */
#sp-gdpr-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1a1e24;
    color: #e9ecef;
    border-top: 3px solid #4a8fc7;
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.45);
    padding: 14px 20px;
}

.sp-gdpr-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.sp-gdpr-text {
    flex: 1;
    min-width: 200px;
}

.sp-gdpr-text strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #ffffff;
}

.sp-gdpr-text p {
    margin: 0;
    font-size: 13px;
    color: #ced4da;
    line-height: 1.5;
}

.sp-gdpr-buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

#sp-gdpr-decline {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

@media screen and (max-width: 576px) {
    .sp-gdpr-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .sp-gdpr-buttons {
        width: 100%;
    }

    .sp-gdpr-buttons .btn {
        flex: 1;
        text-align: center;
    }
}

body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	background-color: #f5f5f5;
}
.topper {
	width: 100%;
	background-image: url(../images/sc.jpg);
	background-repeat: repeat-x;
}
.asix {
	margin: 0px auto;
	width: 100%;
}

.clr {clear: both;}
.logo {float: left;	padding: 8px;}

.menu {
	padding: 18px 22px 18px 22px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #00a8e6;
	float: left;
}
.logs {
	float: right;
	width: 180px;
	border-left: 1px solid #000000;
}
.asos {
	float: left;
	padding: 18px 15px 18px 15px;
	color: #bdbdbd;
}
.log_btn {
	float: left;
	width: 57px;
	height: 26px;
	background: url(../images/logins.png);
	background-repeat: repeat;
}
.log_btn:hover {
	background-position: bottom;
}
.banner {
	width: 100%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 180px; /* Reduced from 280px */
	padding: 20px 0; /* Reduced from 25px */
	position: relative;
	overflow: hidden;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
	            radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
	pointer-events: none;
}
.banics {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
}
.left_ban {
	float: left;
	position: relative;
	z-index: 1;
}
.seos {
	padding-top: 10px; /* Reduced from 20px */
}
.sample_txt {
	padding-top: 10px; /* Reduced from 15px */
	font-size: 18px; /* Reduced from 20px */
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.elips {
	padding-top: 8px; /* Reduced from 10px */
	font-size: 15px; /* Reduced from 16px */
	color: #ffffff;
	line-height: 1.5; /* Reduced from 1.6 */
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.theme {float: left;width: 300px; position: relative; z-index: 1;}
.downloader {
	background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	background-repeat: repeat-x;
	float: left;
	height: auto;
	border: none;
	border-radius: 6px;
	padding: 14px 24px;
	margin: 6px;
	box-shadow: 0 4px 15px rgba(0, 153, 204, 0.4);
	transition: all 0.3s ease;
	display: inline-block;
}

.d_bar {padding-top: 12px; position: relative; z-index: 1;} /* Reduced from 20px */
.d_bar A.downloader{margin-left: 6px;}
A.downloader, .downloader A{font-size: 16px; color: #FFFFFF; font-weight: 600;text-decoration: none;}
A.downloader:hover, .downloader:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 153, 204, 0.5);
	background: linear-gradient(135deg, #00e0ff 0%, #00aadd 100%);
}
.demos {
	float: left;
	text-decoration: none;
	background: linear-gradient(135deg, #10c776 0%, #0d9e5f 100%);
	background-repeat: repeat-x;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	height: auto;
	padding: 14px 24px;
	margin: 6px;
	box-shadow: 0 4px 15px rgba(16, 199, 118, 0.4);
	transition: all 0.3s ease;
	display: inline-block;
}
.demos:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(16, 199, 118, 0.5);
	background: linear-gradient(135deg, #12dd88 0%, #0faf6b 100%);
	text-decoration: none;
}
.vid_clip {	padding: 8px 0px 0px 10px; position: relative; z-index: 1;} /* Reduced from 15px */
.main_fld {	width: 100%; margin: 0px auto;}
.somas {width: 96%;	margin: 0px auto;}
.clic {	margin-top: 18px; background-color: #FFFFFF; padding-bottom: 40px; border-radius: 8px;}
/*.softs {width: 300px;}*/
.amd, .softs {float: left; margin-top: 20px;}
.amd a:hover, .softs a:hover, .coc:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}
.sos {padding: 20px 20px 0px 20px;}

.seo_ttl {
	padding: 10px 20px 30px 20px;
	color: #2c3e50;
	font-size: 25px;
	font-weight: bold;
	border-bottom: none;
	background: transparent;
	text-align: center;
}
.kemdo {
	background: transparent;
	padding: 30px 10px;
	margin: 20px 0;
}
.eco_left {
	width: 320px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.embow {
	padding: 25px 20px;
	min-height: 160px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border-radius: 12px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	border: 2px solid #e9ecef;
	position: relative;
	overflow: hidden;
}
.embow::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	height: 4px;
	background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.embow:hover::before {
	opacity: 1;
}
.embow:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
	border-color: #667eea;
	background: #ffffff;
}
.icons {
	display: none;
}
.icons img {
	display: none;
}
.ttl_bx {
	width: 100%;
	float: none;
}
.hds {
	font-size: 19px;
	font-weight: 700;
	color: #2c3e50;
	margin-left: 0px;
	margin-bottom: 12px;
	line-height: 1.4;
	position: relative;
	padding-left: 0;
	display: flex;
	align-items: flex-start;
}
.politics {
	padding-top: 0px;
	font-size: 15px;
	line-height: 1.7;
	color: #495057;
	margin-left: 0px;
}
.more_mr {
	text-align: center;
	padding: 12px 20px;
	margin-top: 15px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.more_mr:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(102, 126, 234, 0.4);
}
.more_mr a {
	color: #ffffff;
	text-decoration: none;
}
.more_mr a:hover {
	text-decoration: none;
	color: #ffffff;
}
.embard_sec {
	width: 100%;
	margin: 0px auto;
}
.senths {
	width: 99%;
	margin: 0px auto;
}
.ttl_bar {
	padding-top: 48px;
	padding-bottom: 30px;
}

.tt_box {float: left;width: 308px;margin-left: 14px;}
.tt_ts {font-size: 18px;color: #bd0101;	font-weight: bold;}

.as_box {
	background-image: url(../images/bc.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	font-size: 12px;
}
.soms {
	padding-top: 30px;
	padding-left: 16px;
	padding-right: 15px;
	line-height: 18px;
        min-height: 78px;
}
.ilms {
	padding-top: 10px;
	font-size: 13px;
	color: #000000;
	padding-left: 16px;
}
.dot {
	color: #ffffff;
}
.solir {
	float: left;
	width: 322px;
	margin-left: 15px;
}
.kedi {
	background-image: url(../images/kdi.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-top: 20px;
}
.dim {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.mm_mr {
	background-image: url(../images/iarow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	color: #02a7c4;
	font-size: 13px;
	padding-left: 15px;
	margin-top: 32px;
	margin-bottom: 20px;
	margin-right: 200px;
}
.mm_mr:hover {
	text-decoration: underline;
}
.asio {
	padding-top: 8px;
	padding-left: 15px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.theses {
	margin-left: 15px;
	margin-top: 8px;
}
.kkds {
	width: 277px;
	height: 30px;
	border: 1px solid #b6b6b6;
}
.subs {
	width: 123px;
	height: 33px;
	margin: 10px 0px 5px 15px;
	background: url(../images/subs.jpg);
	background-repeat: no-repeat;
	cursor:pointer; 
}
.subs:hover {
	background-position: bottom;
}
.footer {
	width: 100%;
	margin: 0px auto;
	background-color: #232323;
}
.ftr_fld {
	width: 90%;
	margin: 0px auto;
}
.kemlad {padding-top: 24px;}
.ext, .ext_other {width: 200px;}
.exos {
	color: #bf0101;
	font-size: 14px;
	font-weight: bold;
}
.tic {
	text-decoration: none;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 15px;
}
.imms {
	float: left;
	width: 195px;
	padding-top: 15px;
}
.kelos, .ext, .ext_other {float: left; padding: 14px 10px;}
.smll_bx {
	float: left;
	background-color: #070707;
	border-radius: 4px;
	padding: 10px 15px 10px 15px;
	margin-top: 10px;
}
.smll_bx A{font-size: 13px;	color: #CCCCCC !important;	font-weight: bold;}
.smll_bx A:hover{color: #FFFFFF;}
.thexes {color: #FFFFFF;font-weight: bold;font-size: 15px;}
.techs {padding-top: 5px;padding-bottom: 10px;color: #999999;font-size: 14px;}
.olips {margin-top: 35px;background-color: #141414;text-align: center;}

.sd_mnus {
	float: left;
	font-size: 12px;
	color: #CCCCCC;
	padding: 20px 15px 20px 15px;
}
.ilico {
	padding: 14px 0px 15px 0px;
	text-align: center;
}
.tic:hover {
	text-decoration: underline;
}
.f_icon {
	float: left;
	margin-right: 10px;
}
.sec_ban {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	height: 138px;
}
.terms {
	width: 80%;
	margin: 0px auto;
}
.extreme_lg {
	float: left;
	padding-top: 38px;
	padding-left: 3px;
}
.downd_br {
	float: right;
	width: 275px;
}
.enters {
	background-color: #FFFFFF;
	margin-top: 15px;
}
.krock {
	margin: 0px auto;
	padding-top: 15px;
}
.thoder {
	margin: 0px auto;
}
.txt_seo {
	padding: 31px 0px 31px 0px;
	font-size: 25px;
	color: #d32a2a;
	font-weight: bold;
}
.themd {
	color: #d32a2a;
}
.others {
	margin: 0px auto;
}
.temp_one {
	padding-top: 25px;
}
.temp_one {
	font-size: 14px;
	color: #0997d2;
	font-weight: bold;
}
.mds {
	color: #000000;
}
.illis {
	float: left;
	width: 726px;
	padding-bottom: 100px;
}
.essaris {
	margin-top: 25px;
	background-image: url(../images/lik.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	color: #000000;
}
.lis {
	color: #000000;
	padding-top: 6px;
	padding-left: 15px;
}
.coccer {
	float: right;
	width: 255px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 6px;
}
.desert {
	font-size: 14px;
	color: #0997d2;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	background-color: #f7f7f7;
}
.dtls {
	margin-top: 10px;
	background-image: url(../images/mk.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #313131;
	margin-left: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.dtls:hover {
	color: #0997d2;
}
.admins {
	padding-top: 30px;
	padding-left: 18px;
}
.ospis {
	font-size: 13px;
	color: #ba0101;
	font-weight: bold;
}
.tevs {
	padding-top: 5px;
	color: #0997d2;
}
.tharams {
	padding-top: 30px;
}
.gorgy {
	padding-top: 5px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.terten {
	padding-top: 10px;
	color: #000000;
}
.vid_ttl {
	padding-top: 86px;
	font-size: 18px;
	color: #0997d2;
	font-weight: bold;
}
.esims {
	padding-top: 17px;
}
.thasd {
	padding-top: 14px;
	color: #000000;
}
.leps {
	color: #0997d2;
}

.ulims {
	float: left;
	margin-right: 15px;
}

.container-fluid, .navbar-collapse {padding: 0px;}
.navbar-default{background-color: #232323; border: none;}
.navbar{margin-bottom: 0px;}
.navbar-nav li a {
    color: #CCCCCC !important;
    font-size: 16px;
    padding: 18px 12px 14px 12px;
    margin: 0px 10px;
}

.navbar-nav li a:hover {
	background-color: #373737 !important;
    color: #FFFFFF !important;
}

.dropdown-menu {background-color: #232323 !important;}

.navbar-toggle {
    color: #009b9b;
    font-size: 32px;
    margin: 3px;
    padding: 2px 5px;
    line-height: 32px;
    border: none;
}

.navbar-toggle:hover {
    background-color: #373737 !important;
}
.navbar-nav{
	background-color: #232323;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{background-color: #373737 !important;}

#curr_main_menu{color: #FFFFFF; background-color: #373737;}
.footer A{color: white;}
.footer A:hover{text-decoration: none;}

.video_clip{
	background: url(../images/play.png) no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
	display: block;
	position: relative;
}

.video_clip:hover{
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video_clip img{
	border-radius: 8px;
	display: block;
	width: 100%;
	height: auto;
}

/* Quick Links hover effects */
#right_content a[style*="rgba(255,255,255,0.15)"]:hover {
	background: rgba(255,255,255,0.25) !important;
	transform: translateX(5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Promo plugin offer buttons hover effects */
#promo_area a:hover,
div[style*="linear-gradient(135deg, #ff6b6b"] a:hover,
div[style*="linear-gradient(135deg, #f093fb"] a:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 15px rgba(0,0,0,0.25) !important;
}

#seo-services div{margin: 25px 0px;}
#seo-services div .glyphicon {margin-right: 2px; font-size: 13px;}

.top_icon_bar{position: absolute;top: 2px; right: 0px;color: white;}
.top_icon_bar a{color: white; margin: 6px 6px 0px 0px;}

#view_cart th, #view_cart td{text-align: center}
#view_cart th {font-size: 16px;}
#login_register td, #login_register th{border: none; padding:4px;}
#login_register h4{font-weight: bold;}

@media screen and ( min-width: 769px ) {
	#right_area {min-height: 745px;}
	.navbar-nav li a {margin: 0px;}
	
}

@media screen and ( min-width: 992px ) {
	/* #right_area {width: 74%;} */ /* Removed - let Bootstrap grid control width */
}

@media screen and ( min-width: 1025px ) {
	.eco_left {width: 33%;}
	.senths{width: 80%;}
	#left_content {width:76% !important;}
	.navbar-nav li a {padding: 18px 12px 14px 12px;}
	/* #right_area {width: 78%;} */ /* Removed - let Bootstrap grid control width */
	.downloader{margin-left: 50px; margin-right: 10px;}
}
@media screen and ( max-width: 1024px ) {
	.ext{width: 154px;}
	.ext_other{width: 174px;}
	.kelos{width: 230px;margin-left: 40px;}
	.downloader{margin-left: 6px;}
}
@media screen and ( max-width: 768px ) {
	.somas, .senths {width: 100%;}
	#right_area {min-height: 745px;}
	.navbar-nav li a {margin: 0 18px;}
	.kelos{margin-left: 0px;}
	.ext{width: 210px;}
	.top_icon_bar{display: none;}
	.downloader{margin-left: 2px;}
}