@charset "UTF-8";
/*
Theme Name: LMD Bopeas
Theme URI: https://lombokmedia.web.id/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 99999.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lombokmedia
*/
html {
	--primary: #000000;
	--secondary: #7118ff;

	--link: var(--primary);
	--linkhover: var(--secondary);
	--headerbg: var(--bs-black);
	--bodybgcolor: var(--bs-white);
	--bodyfontcolor: var(--bs-black);

	--font: Oxygen, Verdana, Geneva, sans-serif;
	--headingfont: "Work Sans", Verdana, Geneva, sans-serif;
	--bgcolor: var(--secondary);
	--ccolor: var(--secondary);
}

body {
	overflow-x: hidden;
	background-color: var(--bodybgcolor);
	color: var(--bodyfontcolor);

	font-family: var(--font);
	font-size: var(--bs-body-font-size);
	font-weight: 400;
	line-height: 1.7;
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover, a:focus {
	color: var(--linkhover);
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: var(--headingfont);
}

/* match height */
.match-height {
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

/* Animation */
@keyframes slide-down{
	from{transform:translate3d(0,-100%,0)}
	to{transform:translate3d(0,0,0)}
}

/* Header */
.lmd-navbar-top, .lmd-navbar-main, .offcanvas-header, .offcanvas-search {
	background-color: var(--headerbg);
	color: var(--bs-white);
}
.lmd-navbar-main.fixed-top {
  animation: slide-down 0.5s;
}

.navbar {
  padding: 0.5rem 0;
}

.lmd-navbar-network .navbar, .lmd-navbar-main .navbar {
  padding: 0.7rem 0;
}

/* Move main menu closer to header/logo - Desktop only */
@media (min-width: 992px) {
  .lmd-navbar-main {
    margin-top: -0.8rem;
  }
}

/* Logo Header Styling */
.logo-header {
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease;
}

/* Responsive logo adjustments */
@media (max-width: 768px) {
	.logo-header {
		max-width: 150px !important;
		height: auto !important;
	}
}

@media (max-width: 480px) {
	.logo-header {
		max-width: 120px !important;
		height: auto !important;
	}
}

/* Header Sticky Behavior */
.lmd-header.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background-color: var(--bs-white);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

/* Sticky Menu on All Pages - Hide top navbar when scrolling (Desktop only) */
@media (min-width: 768px) {
	.lmd-header.fixed-top .lmd-navbar-top.d-none {
		display: none !important;
	}

	/* Sticky Menu on All Pages - Show main navbar when scrolling (Desktop only) */
	.lmd-header.fixed-top .lmd-navbar-main.d-block {
		display: block !important;
	}
}

/* Mobile devices - Always show both menus normally */
@media (max-width: 767px) {
	.lmd-header.fixed-top .lmd-navbar-top {
		display: block !important;
	}
	
	.lmd-header.fixed-top .lmd-navbar-main {
		display: block !important;
	}
	
	/* Sembunyikan label DIV yang muncul saat scroll - lebih agresif */
	.lmd-header div[style*="position: absolute"],
	.lmd-header div[style*="background: blue"],
	.lmd-header div[style*="background-color: blue"],
	.lmd-header div[style*="background-color: #0000ff"],
	.lmd-header div[style*="background-color: #00f"],
	.lmd-header div[style*="z-index: 9999"],
	.lmd-header div[style*="z-index: 99999"],
	.lmd-navbar-main div[style*="position: absolute"],
	.lmd-navbar-top div[style*="position: absolute"],
	.lmd-header.fixed-top div[style*="position: absolute"],
	.lmd-header div[style*="color: white"],
	.lmd-header div[style*="font-size: 10px"],
	.lmd-header *[class*="debug"],
	.lmd-header *[class*="label"] {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		height: 0 !important;
		width: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
		position: absolute !important;
		left: -9999px !important;
	}
	
	/* Perkecil header saat scroll untuk hemat ruang */
	.lmd-header.fixed-top .navbar {
		padding: 0.1rem 0 !important;
	}
	
	.lmd-header.fixed-top .navbar-brand img {
		max-width: 110px !important;
		height: auto !important;
	}
	
	.lmd-header.fixed-top {
		padding: 0 !important;
	}
	
	/* Perkecil semua elemen dalam navbar */
	.lmd-header.fixed-top .lmd-navbar-main .navbar,
	.lmd-header.fixed-top .lmd-navbar-top .navbar {
		padding: 0.1rem 0 !important;
	}
}

/* Smooth transition for navbar visibility */
.lmd-navbar-top, .lmd-navbar-main {
	transition: all 0.3s ease;
}

/* Ensure proper spacing when header is fixed */
body.onScroll {
	padding-top: 60px;
}

/* Adjust padding for all pages when only main menu is visible (Desktop only) */
@media (min-width: 768px) {
	body.onScroll {
		padding-top: 50px;
	}
}

.navbar-brand img {
  max-width: 180px;
  height: auto;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0 0;
}
.navbar-toggler:focus {
	border: none;
	border-radius: 0;
	padding: 0 0;
	box-shadow: none;
}

.lmd-navbar-main .navbar .navbar-nav .nav-link {
	color: var(--bs-white);
	font-weight: 600;
	letter-spacing: .03em;
	font-size: .9rem;
}
.lmd-navbar-main .navbar .navbar-nav .nav-link:hover, .lmd-navbar-main .navbar .navbar-nav .nav-link:focus {
	color: var(--bs-gray);
}

/* Navbar Network */
.lmd-navbar-network {
  overflow-x: hidden;
  position: relative;
  z-index: 1020;
}

.lmd-navbar-network .container {
  overflow-x: hidden;
  padding: 0;
}

.lmd-navbar-network .navbar {
  overflow-x: hidden;
  padding: 0;
}

.lmd-navbar-network .navbar-collapse {
  overflow-x: hidden;
}

.lmd-navbar-network .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  touch-action: pan-x;
  position: relative;
  z-index: 1021;
}

.lmd-navbar-network .navbar-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.lmd-navbar-network .navbar-nav::-webkit-scrollbar-track {
  display: none;
}

.lmd-navbar-network .navbar-nav::-webkit-scrollbar-thumb {
  display: none;
}

.lmd-navbar-network .navbar-nav > li {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: max-content;
  pointer-events: auto;
}

.lmd-navbar-network .navbar-nav > li .nav-link {
  padding: 8px 12px;
  white-space: nowrap;
  pointer-events: auto;
}


.lmd-navbar-network .navbar .navbar-nav .nav-link {
	font-size: .8rem;
	text-transform: uppercase;
}

/* Dropdown */
.dropdown-menu {
	background-color: var(--bs-black);
	color: var(--bs-white);
	font-size: 0.85rem;
	min-width: 160px;
	padding: 0.25rem 0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1030;
	position: absolute;
}
.dropdown-menu .dropdown-item {
	color: var(--bs-white);
	padding: 0.4rem 1rem;
	font-size: 0.85rem;
	line-height: 1.4;
	pointer-events: auto;
	cursor: pointer;
}
.dropdown-menu .dropdown-item:hover {
	background-color: var(--bs-black);
	color: var(--linkhover);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--bs-black);
	color: var(--linkhover);
	text-decoration: none;
}
.dropdown-item.active:hover {
	background-color: var(--bs-black);
	color: var(--bs-gray);
}

.btn-icon {
	background: transparent;
	border: none;
}

/* Navbar Top - Kanan */
.navbar-kanan .btn-icon {
	font-size: 1.5rem;
	color: var(--bs-white);
}

.btn-langganan {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.btn-langganan:hover, .btn-langganan:focus {
	opacity: .9;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.navbar-kanan .lmd-search-input, .navbar-kanan .lmd-search-input:focus, .offcanvas-search .lmd-search-input, .offcanvas-search .lmd-search-input:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.9rem;
}
.navbar-kanan .lmd-search-input:focus {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.15);
}
.navbar-kanan .lmd-search-input::placeholder, .offcanvas-search .lmd-search-input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Mobile specific fixes for Network Menu scrolling */
@media (max-width: 767px) {
  .lmd-navbar-network {
    position: relative !important;
    z-index: 1020 !important;
    overflow-x: hidden !important;
  }
  
  .lmd-navbar-network .container {
    overflow-x: hidden !important;
  }
  
  .lmd-navbar-network .navbar {
    overflow-x: hidden !important;
  }
  
  .lmd-navbar-network .navbar-collapse {
    overflow-x: hidden !important;
  }
  
  .lmd-navbar-network .navbar-nav {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    max-width: 100% !important;
  }
  
  .lmd-navbar-network .navbar-nav > li {
    flex-shrink: 0 !important;
    touch-action: auto;
  }
  
  .lmd-navbar-network .navbar-nav > li .nav-link {
    touch-action: auto;
    user-select: none;
  }
}

.navbar-kanan .lmd-search-input, .navbar-kanan .lmd-search-input:focus, .offcanvas-search .lmd-search-input, .offcanvas-search .lmd-search-input:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.9rem;
}
.navbar-kanan .lmd-search-input:focus {
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.15);
}
.navbar-kanan .lmd-search-input::placeholder, .offcanvas-search .lmd-search-input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

/* Mobile Menu - Sidebar Menu */
.offcanvas-logo {
	max-width: 180px;
}

/* search box */
.mobsearch {
	position: relative;
}

/* Responsive Search Form */
@media (max-width: 1199px) {
	.lmd-search-form {
		max-width: 240px;
	}
	.lmd-search-form .lmd-search-input {
		height: 36px;
		font-size: 0.85rem;
		padding-right: 40px;
		padding-left: 10px;
	}
	.lmd-search-form .lmd-search-icon {
		width: 28px;
		height: 28px;
		right: 6px;
	}
}

/* The navigation menu links */
.lmd-moblist {
	overflow: hidden;
	overflow-y: auto;
}

.lmd-moblist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lmd-moblist li {
  position: relative;
}

.lmd-moblist li:first-child a {
	border-radius: 0.5rem 0.5rem 0 0;
}
.lmd-moblist li:last-child a {
	border-radius: 0 0 0.5rem 0.5rem;
}
.lmd-moblist li li:first-child a {
	border-radius: 0 0 0 0;
}
.lmd-moblist li li:last-child a {
	border-radius: 0 0 0 0;
}

/* Hide submenus by default */
.lmd-moblist .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* Show when active */
.lmd-moblist li.active > .sub-menu {
  max-height: 500px; /* Enough height for most submenus */
}

/* Style for links */
.lmd-moblist a {
  display: block;
  padding: 10px 15px;
  background: var(--bs-gray-200);
  border-bottom: 1px solid var(--bs-gray-400);
  text-decoration: none;
  color: var(--bs-dark);
}

.lmd-moblist .sub-menu a {
  background: var(--bs-gray-100);
}

/* Indicate dropdown */
.lmd-moblist li.menu-item-has-children > a::after {
  content: '▼';
  float: right;
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.lmd-moblist li.active > a::after {
  transform: rotate(-180deg);
}

.sidenav .copyright {
	font-size: 90%;
}

/* BreadCrumb */
.breadcrumb, .woocommerce-breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem 0;
  border-radius: 0;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}
.breadcrumb{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: hidden;                 /* scroll when too long */
  white-space: nowrap;
}

/* remove float from divider as above */
.breadcrumb-item + .breadcrumb-item::before{
  float: none;
  display: inline-block;
  padding: 0 var(--bs-breadcrumb-item-padding-x);
  content: var(--bs-breadcrumb-divider, "/");
}


/***** WordPress *****/
.excerpt {
  transition: all 0.4s;
  overflow: hidden;
}

.excerpt-thumbnail, .post-thumbnail {
  position: relative;
}

.excerpt-title, .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--link);
}
.excerpt-title:hover {
  color: var(--linkhover);
}

.excerpt-meta {
  font-size: 0.8rem;
  color: var(--link);
}
.excerpt-author {
	text-transform: capitalize;
}
.excerpt-meta li:not(:first-child)::before, .post-meta li:not(:first-child)::before {
	content: "•";
	margin-right: .5rem;
	color: gray;
}

/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

/* Ensure images in content don't overflow container */
.post-body img,
.postbodywrapper img,
.entry-content img,
.content img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  object-fit: cover;
}

/* Strict container constraints */
.postbodywrapper {
  max-width: 100%;
  overflow: hidden;
}

.post-body {
  max-width: 100%;
  overflow: hidden;
}

/* Fix for images with captions */
.wp-caption {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}

.wp-caption img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
  max-width: 45% !important;
  width: auto !important;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  max-width: 45% !important;
  width: auto !important;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 95% !important;
  width: auto !important;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;

	width: 33.33333333333333%;
	margin-bottom: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */
.lmd-share {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sharebot .lmd-share {
	justify-content: flex-end;
}

.lmd-share a {
	font-size: 1.2rem;
}
.lmd-share a:not(:last-child) {
	margin-right: .5rem;
}
.lmd-share a span {
	display: none;
}
.lmd-btn-facebook{color: #45629f;}
.lmd-btn-instagram{color: #b94e86;}
.lmd-btn-twitter{color: #5eb2ef;}
.lmd-btn-linkedin{color: #0083bb;}
.lmd-btn-pinterest{color: #cf2830;}
.lmd-btn-telegram{color: #54a9e9;}
.lmd-btn-whatsapp{color: #075e54;}
.lmd-btn-email{color: #eb4d3f;}

/* Sidebar - Widgets */
.widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
  font-size: 14px;
  padding: 5px 0;
}

.widget.widget_recent_comments li a {
  font-weight: 600;
}

/* Search Form */
.lmd-search-form {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 280px;
}
.lmd-search-form .lmd-search-input {
	padding-right: 45px;
	padding-left: 12px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 38px;
}
.lmd-search-form .lmd-search-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	color: rgba(255, 255, 255, 0.8);
}
.lmd-search-form .lmd-search-icon:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 1);
}

/* Calendar */
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--bs-gray-200);
}

/***** Comments *****/
.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
	padding: 5px 10px;
	background-color: var(--secondary);
	color: var(--bs-white) !important;
	font-size: 0.8em;
	border-radius: 0.25rem;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
}

.comment-reply-link:hover {
	background-color: var(--bs-black);
	color: var(--ns-white);
}

.cancel-comment-reply {
	text-align: right;
	font-size: .9rem;
}
.cancel-comment-reply a, .comment-user-loggedin a {
	color: var(--bs-dark);
}

#commentform input,
#commentform textarea,
.widget select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--bs-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-200);
  -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#commentform textarea {
  height: calc(8em + 0.75rem + 2px);
}
#commentform input:focus,
#commentform textarea:focus,
.widget select:focus,
.form-control:focus {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
  outline: 0;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
}

.btn-comment {
	background-color: var(--headerbg);
	color: var(--bs-white);
	font-weight: bold;
}
.btn-comment:hover, .btn-comment:focus  {
	opacity: .8;
}

/* Pagination */
.navigation-single {
  font-size: 1.3em;
}

.prev-posts img, .next-posts img {
	width: 60px;
	height: 60px;
}

.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.page-link:focus {
  color: var(--bs-white);
  box-shadow: none;
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
}
.page-link:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-300);
  border-color: var(--bs-gray-300);
}

/* Footer */
.widget-about .socmed a, .offcanvas-footer .socmed a {
	width: 2.3rem;
	height: 2.3rem;
	font-size: 1rem;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-white);
}

.socmed-btn-facebook a, .socmed-facebook a {background-color: #45629f;}
.socmed-btn-instagram a, .socmed-instagram a {background-color: #b94e86;}
.socmed-btn-x a, .socmed-btn-tiktok a, .socmed-x a, .socmed-tiktok a {background-color: #000000;}
.socmed-btn-youtube a, .socmed-youtube a {background-color: #ff0000;}
.socmed-pinterest a{background-color: #cf2830;}

.fwidget.widget_nav_menu ul {
	column-count: 3;
	column-gap: 20px;
}

.lmd-backtop {
	--bhw: 40px;
	width: var(--bhw);
	height: var(--bhw);
	font-size: cacl(var(--bhw) / 3);
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-white);
	border: 1px solid var(--headerbg);
	border-radius: var(--bhw);
}
.lmd-backtop:hover {
	background-color: var(--headerbg);
	border: 1px solid var(--headerbg);
	color: var(--bs-white);
}

/*** Plugins ***/
/* Widget AIO Posts */
.lmd-aio-post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lmd-aio-item {
  margin: 0 0 10px;
}

/* Sticky Sidebar - Minimal override untuk stabilitas */
.theiaStickySidebar {
  transition: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* Widget spacing yang konsisten */
.widget {
  margin-bottom: 2rem;
  overflow: hidden;
}

/* Pastikan sidebar memiliki tinggi minimum */
.lmd-sidebar,
.section-sidebar {
  min-height: 100vh;
}

/* Optimasi untuk desktop - tanpa efek transisi */
@media (min-width: 992px) {
  .lmd-sidebar .widget:last-child,
  .section-sidebar .widget:last-child {
    margin-bottom: 0;
  }
  
  /* Minimal CSS untuk desktop - biarkan theiaStickySidebar bekerja */
  .theiaStickySidebar {
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
    filter: none !important;
  }
  
  /* Pastikan container sidebar cukup tinggi */
  .lmd-sidebar,
  .section-sidebar {
    min-height: calc(100vh - 100px);
  }
}

.lmd-recent-item .post-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.lmd-recent-item .post-meta,
.lmd-terpopuler .post-meta {
  font-size: 0.8rem;
}

/* Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-next span, .owl-prev span {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);

	font-size: 80px;
	font-weight: 200;
	display: block;
	margin: 0;
	padding: 0;
	color: var(--bs-gray);
}
.owl-next span {
	right: 0;
}
.owl-prev span {
	left: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*** Miscelaneous ***/
.clip-1, .clip-2, .clip-3, .clip-4, .clip-5 {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.clip-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.clip-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.fs-7 {
	font-size: .9rem !important;
}
.fs-8 {
	font-size: .8rem !important;
}
.fs-9 {
	font-size: .7rem !important;
}

.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.post-tags a {
	display: inline-block;
	background-color: var(--bs-gray-300);
	color: var(--bs-black);
	padding: 2px 10px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 500;
}

/* Homepage */
.lmd-block {
	padding-bottom: 1.5rem;
}

.block-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem;
}
.block-title .hdots {
	--gtcolor: var(--bs-gray);
	width: 12px;
	height: 12px;
	background-color: var(--gtcolor);
	border-radius: 50%;
	margin-right: 4px;
}
.block-link {
	font-size: .8rem;
	color: var(--bs-black);
}
.block-link a {
	display: flex;
	align-items: center;
}
.block-link .block-icon {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background-color: var(--bs-black);
	color: var(--bs-white);
	display: flex;
	justify-content: center;
	align-items: center;

}
.block-link .block-icon i {
	font-size: .48rem;
}
.block-link a:hover .block-icon {
	background-color: var(--linkhover);
}

/* Grid Headline */
.block-headline {
	padding-bottom: 0;
}

.headline-wrapper, .excerpt-headline, .excerpt-highlight, .excerpt-dontmiss {
	position: relative;
}
.excerpt-headline .excerpt-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 20px 20px;
	z-index: 1;
	color: var(--bs-white);
	background: rgba(0,0,0,.5);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.excerpt-headline a, .excerpt-headline .excerpt-meta, .excerpt-highlight a, .excerpt-highlight .excerpt-meta, .excerpt-dontmiss a, .excerpt-dontmiss .excerpt-meta {
	color: var(--bs-white);
}

.excerpt-grid-1 .excerpt-category-withbg a, .excerpt-grid-2 .excerpt-category-withbg a {
	position: absolute;
	top: 10px;
	left: 10px;
}

.excerpt-share::before, .excerpt-share .dropdown-toggle::after {
	display: none !important;
}
.excerpt-share .dropdown-menu {
	padding: 0 5px;
	background-color: var(--bs-white);
}
.excerpt-share .dropdown-menu .lmd-share a {
	font-size: 1.2rem;
	color: var(--bs-black);
}

/* excerpt headline related */
.lmd-excerpt-related {
	margin-top: 20px;
}

.excerpt-related-excerpt {
	background-color: rgba(140, 135, 135, .5);
	color: var(--bs-white);
	padding: .5rem;
}
.excerpt-related-excerpt .ere-thumbnail  {
	width: 30px !important;
	height: 30px !important;
}
.excerpt-related-excerpt h2 {
	font-size: .7rem;
}

.excerpt-date {
	text-transform: capitalize;
}

.excerpt-category-withbg a {
	padding: 1px 6px;
	font-size: .6rem;
	font-weight: bold;
	background-color: var(--bgcolor);
	color: var(--bs-white);
	text-transform: uppercase;
	border-radius: 5px;
}

/* Grid 1 */
.excerpt-grid-1 .excerpt-category-withbg a {
	border-radius: 0;
}

/* Grid 2 */
.excerpt-grid-2 .excerpt-title {
	font-size: 1.1rem;
}

.excerpt-headline .excerpt-category-withbg a {
	border-radius: var(--bs-border-radius-pill);
	padding: 2px 10px;
	background-color: white;
	color: red;
}

.excerpt-highlight .excerpt-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 20px 20px;
	z-index: 1;
	color: var(--bs-white);
	background: rgba(0,0,0,.5);
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

/* Excerpt List */
.excerpt-list .excerpt-category-withbg a {
	position: relative;
	top: initial;
	left: initial;
}
.excerpt-list .excerpt-category-withbg a, a.excerpt-list .excerpt-category-withbg a, .excerpt-exgrid .excerpt-category-withbg a {
	padding: 4px 10px;
}

/* Excerpt Dont Miss */
.excerpt-dontmiss .excerpt-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 20px 20px;
	z-index: 1;
	color: var(--bs-white);
	background: rgba(0,0,0,.2);
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.excerpt-dontmiss .excerpt-thumbnail img {
	border-radius: .5rem .5rem 0 0;
}

.dm-right {
	background-color: var(--bs-black);
	color: var(--bs-white);
}
.dontmiss-item {
	margin-top: 1px solid var(--bs-gray);
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.dontmiss-item-2 {
	margin-top: 0;
	padding-top: 0;
}
.excerpt-dontlist a {
	color: var(--bs-white);
}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-white);
	border-radius: 50%;
}
.btn-play .fa-play {
  font-size: 30px;
  color: var(--bs-black);
}
.excerpt-dontlist .btn-play {
	width: 40px;
	height: 40px;
}
.excerpt-dontlist .btn-play .fa-play {
	font-size: 20px;
}

/* Exclusive */
.excerpt-exgrid .excerpt-thumbnail img {
	border-radius: .5rem .5rem 0 0;
}
.excerpt-exgrid .excerpt-content {
	border-radius: 0 0 .5rem .5rem;
}
.ex-item {
	margin-top: 15px;
}
.ex-item-2 {
	margin-top: 0;
}
.excerpt-category-dots {
	font-size: .8rem;
	text-decoration: underline;
}
.excerpt-category-dots .fa-circle {
	color: var(--ccolor);
	font-size: .5rem;
	text-decoration: none;
}

.excerpt-grid .excerpt-category-withbg a {
	border-radius: var(--bs-border-radius-pill);
	padding: 5px 10px;
}

.excerpt-avatar .avatar {
  margin-right: 5px !important;
}

/* Navbar Bottom */
.lmd-navbar-bottom {
	background-color: var(--bs-white);
}
.lmd-navbar-bottom .col {
	text-align: center;
}
.lmd-navbar-bottom .col a span {
	display: block;
	font-size: .7rem;
}

/* Archives - Page - Single Post - Custom Post */
.archive-desc, .psubs, .author_desc, .excerpt-related .excerpt-body {
	color: var(--bs-gray-700);
}
.excerpt-grid .excerpt-thumbnail img {
	border-radius: .5rem .5rem 0 0;
}
.excerpt-grid .excerpt-content {
	border: 1px solid var(--bs-gray-300);
	border-radius: 0 0 .5rem .5rem;
}

/* Single Post */
.single-category.excerpt-category-withbg a {
	background-color: color-mix(in srgb, var(--bgcolor), white 50%);
	border-radius: var(--bs-border-radius-pill);
	padding: 5px 10px;
	color: var(--bgcolor);
}
.single-category.excerpt-category-dots {
	color: var(--bgcolor);
	text-decoration: none !important;
}
.single-category.excerpt-category-dots .fa-circle {
	color: var(--bgcolor);
}

.post-meta {
	font-size: .9rem;
}

.embed-responsive-item, .post-body iframe {
	width: 100%;
	height: 250px;
}

.postbodywrapper .post-body {
	text-align: justify;
}

.stickyshare, .stickyshare .lmd-share {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Widgets More */
.socmed-lists.row .col-6 a {
	display: flex;
	align-items: center;
	color: var(--bs-white);
	border-radius: 5px;
	padding: 6px;
}
.socmed-lists.row .col-6 a i {
	margin-right: 2px;
	font-size: 1.2rem;
}
.socmed-lists.row .col-6 a span {
	font-size: .8rem;
}
.socmed-lists.row .col-6 a small {
	margin-left: auto;
	font-size: .7rem;
}

/* FAQ */
.accordion-button {
  align-items: start;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-black);
  background-color: var(--bs-white);
  font-weight: 400;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: initial;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::before {
	content: "[-]";
	padding-right: 15px;
}
.accordion-button.collapsed::before {
	content: "[+]";
	padding-right: 15px;
	font-weight: 700;
}

.accordion-button::after {
  display: none;
}

.carousel-control-prev, .carousel-control-next {
	display: none;
}
.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
	display: block;
}


/* Fit Image Size */
.block-headline .excerpt-thumbnail img, .block-grid .excerpt-thumbnail img, .block-sorotan .excerpt-thumbnail img, .block-highlight .excerpt-thumbnail img, .block-list .excerpt-thumbnail img, .lmd-section-3 .block-grid .excerpt-thumbnail img, .block-latest .excerpt-thumbnail img, .dm-left .excerpt-thumbnail img, .ex-left .excerpt-thumbnail img, li.lmd-aio-item:first-child .excerpt-thumbnail img, .single-post-thumbnail img, .lmd-related-post .excerpt-thumbnail img, .block-latepop .excerpt-thumbnail img, .post-item .excerpt-grid .excerpt-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Fit Image Size */
.block-headline .excerpt-thumbnail img {
  height: 250px;
}
.block-grid .excerpt-thumbnail img {
  height: 130px;
}
.block-sorotan .excerpt-thumbnail img {
  height: 128px;
}
.block-highlight .excerpt-thumbnail img {
  height: 240px;
}
.block-list .excerpt-thumbnail img {
  height: 100px;
}
.lmd-section-3 .block-grid .excerpt-thumbnail img, .block-latest .excerpt-thumbnail img {
  height: 130px;
}
.dm-left .excerpt-thumbnail img {
  height: 300px;
}
.ex-left .excerpt-thumbnail img {
  height: 300px;
}
li.lmd-aio-item:first-child .excerpt-thumbnail img {
  height: 340px;
}
.single-post-thumbnail img {
	height: 304px;
}
.lmd-related-post .excerpt-thumbnail img {
  height: 144px;
}
.block-latepop .excerpt-thumbnail img {
  height: 144px;
}
.post-item .excerpt-grid .excerpt-thumbnail img {
	height: 144px;
}

/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.clip-sm-1 {
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	}
	.clip-sm-2 {
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	}
	.clip-sm-3 {
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	}
	.clip-sm-4 {
	  -webkit-line-clamp: 4;
	  line-clamp: 4;
	}
	.clip-sm-5 {
	  -webkit-line-clamp: 5;
	  line-clamp: 5;
	}

	.embed-responsive-item, .post-body iframe {
		height: 350px;
	}

	/* Fit Image Size */
	.block-headline .excerpt-thumbnail img {
	  height: 300px;
	}
	.block-grid .excerpt-thumbnail img {
	  height: 150px;
	}
	.block-sorotan .excerpt-thumbnail img {
	  height: 148px;
	}
	.block-highlight .excerpt-thumbnail img {
	  height: 230px;
	}
	.block-list .excerpt-thumbnail img {
	  height: 115px;
	}
	.lmd-section-3 .block-grid .excerpt-thumbnail img, .block-latest .excerpt-thumbnail img {
	  height: 150px;
	}
	.dm-left .excerpt-thumbnail img {
	  height: 340px;
	}
	.ex-left .excerpt-thumbnail img {
	  height: 340px;
	}
	li.lmd-aio-item:first-child .excerpt-thumbnail img {
	  height: 344px;
	}
	.single-post-thumbnail img {
		height: 344px;
	}
	.lmd-related-post .excerpt-thumbnail img {
	  height: 166px;
	}
	.block-latepop .excerpt-thumbnail img {
	  height: 154px;
	}
	.post-item .excerpt-grid .excerpt-thumbnail img {
		height: 164px;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.clip-md-1 {
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	}
	.clip-md-2 {
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	}
	.clip-md-3 {
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	}
	.clip-md-4 {
	  -webkit-line-clamp: 4;
	  line-clamp: 4;
	}
	.clip-md-5 {
	  -webkit-line-clamp: 5;
	  line-clamp: 5;
	}

	.navbar-brand img {
	  max-width: 200px;
	  height: auto;
	}

	.embed-responsive-item, .post-body iframe {
		height: 400px;
	}

	/* Homepage */
	.excerpt-headline .excerpt-content {
		padding: 40px 40px 40px;
	}

	.excerpt-related-excerpt, .excerpt-related-excerpt h2 {
		padding: 1rem;
	}
	.excerpt-related-excerpt .ere-thumbnail  {
		width: 50px !important;
		height: 50px !important;
	}
	.excerpt-grid-2 .excerpt-title {
		font-size: 1.4rem;
	}

	.fwidget.widget_nav_menu ul {
		column-count: 2;
		column-gap: 30px;
	}

	/* Fit Image Size */
	.block-headline .excerpt-thumbnail img {
	  height: 420px;
	}
	.block-grid .excerpt-thumbnail img {
	  height: 135px;
	}
	.block-sorotan .excerpt-thumbnail img {
	  height: 200px;
	}
	.block-highlight .excerpt-thumbnail img {
	  height: 360px;
	}
	.block-list .excerpt-thumbnail img {
	  height: 160px;
	}
	.lmd-section-3 .block-grid .excerpt-thumbnail img, .block-latest .excerpt-thumbnail img {
	  height: 200px;
	}
	.dm-left .excerpt-thumbnail img {
	  height: 440px;
	}
	.ex-left .excerpt-thumbnail img {
	  height: 280px;
	}
	li.lmd-aio-item:first-child .excerpt-thumbnail img {
	  height: 530px;
	}
	.single-post-thumbnail img {
		height: 464px;
	}
	.lmd-related-post .excerpt-thumbnail img {
	  height: 147px;
	}
	.block-latepop .excerpt-thumbnail img {
	  height: 224px;
	}
	.post-item .excerpt-grid .excerpt-thumbnail img {
		height: 224px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Navbar Auto Dropdown  */
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    min-width: 180px;
    font-size: 0.85rem;
    z-index: 1030;
    position: absolute;
    pointer-events: auto;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
    pointer-events: auto;
  }
	
	.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	  width: 33.33333333333333%;
	}
	.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	  width: 16.66666666666667%;
	}
	.gallery-columns-7 .gallery-item {
	  width: 14.28571428571429%;
	}
	.gallery-columns-8 .gallery-item {
	  width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
	  width: 11.11111111111111%;
	}

	.embed-responsive-item, .post-body iframe {
		height: 450px;
	}

	.clip-lg-1 {
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	}
	.clip-lg-2 {
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	}
	.clip-lg-3 {
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	}
	.clip-lg-4 {
	  -webkit-line-clamp: 4;
	  line-clamp: 4;
	}
	.clip-lg-5 {
	  -webkit-line-clamp: 5;
	  line-clamp: 5;
	}

	/* Headline */
	.lmd-excerpt-related {
		position: absolute;
		right: 10px;
		bottom: 30px;
		left: 10px;
		z-index: 2;
		margin-top: 0;
	}

	/* Dontmiss */
	.excerpt-dontmiss .excerpt-content {
		border-radius: .5rem 0 0 .5rem;
	}
	.excerpt-dontmiss .excerpt-thumbnail img {
		border-radius: .5rem 0 0 .5rem;
	}
	.dm-right {
		border-radius: 0 .5rem .5rem 0;
	}


	/* Show dropdown on hover (desktop only) */
	.excerpt-share.dropup:hover .dropdown-menu {
		display: block;
		margin-top: 0; /* avoids jumpiness */
		margin-bottom: 0; /* handles dropup spacing */
		z-index: 5;
	}
	.excerpt-share .dropdown-menu {
		position: absolute;
		right: 0;
		bottom: 20px; /* adjust as needed */
	}

	.lmd-navbar-top {
		border-bottom: 1px solid var(--bs-dark);
		padding-bottom: .5rem;
	}

	/* Fit Image Size */
	.block-headline .excerpt-thumbnail img {
	  height: 460px;
	}
	.block-grid .excerpt-thumbnail img {
	  height: 140px;
	}
	.block-sorotan .excerpt-thumbnail img {
	  height: 210px;
	}
	.block-highlight .excerpt-thumbnail img {
	  height: 300px;
	}
	.block-list .excerpt-thumbnail img {
	  height: 200px;
	}
	.lmd-section-3 .block-grid .excerpt-thumbnail img, .block-latest .excerpt-thumbnail img {
	  height: 210px;
	}
	.dm-left .excerpt-thumbnail img {
	  height: 500px;
	}
	.ex-left .excerpt-thumbnail img {
	  height: 440px;
	}
	li.lmd-aio-item:first-child .excerpt-thumbnail img {
	  height: 260px;
	}

	.single-post-thumbnail img {
		height: 482px;
	}
	.lmd-related-post .excerpt-thumbnail img {
	  height: 150px;
	}
	.block-latepop .excerpt-thumbnail img {
	  height: 174px;
	}
	.post-item .excerpt-grid .excerpt-thumbnail img {
		height: 233px;
	}
}

/* Layout Container Balanced - Lebar yang Seimbang */
@media (min-width: 768px) {
	/* Tablet - ukuran sedang */
	.container {
		max-width: 1020px !important;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	/* Desktop - ukuran optimal untuk semua laptop */
	.container {
		max-width: 1160px !important;
	}
}

@media (min-width: 1200px) {
	/* Large desktop - lebar optimal */
	.container {
		max-width: 1160px !important;
	}
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	/* Extra large desktop - mempertahankan 1155px untuk konsistensi */
	.container {
		max-width: 1160px !important;
	}
}

/***** Ads After Tags *****/
.ads-after-tags-wrapper {
	max-width: 100%;
	margin: 1.5rem 0;
}

.ads-after-tags-wrapper .ads-title {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #6c757d;
	padding: 0.25rem 0.5rem;
	margin-bottom: 0.5rem;
	border-left: 3px solid #dee2e6;
}

.ads-after-tags {
	max-width: 100%;
	overflow: hidden;
	padding: 1rem;
	background: #f8f9fa;
	border-radius: 8px;
}

.ads-after-tags iframe,
.ads-after-tags video,
.ads-after-tags img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ads-after-tags iframe {
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* YouTube Embed Responsive */
.ads-after-tags .embed-responsive,
.ads-after-tags .wp-block-embed {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.ads-after-tags .embed-responsive-16by9::before,
.ads-after-tags .wp-block-embed__wrapper::before {
	display: block;
	content: "";
	padding-top: 56.25%; /* 16:9 ratio */
}

.ads-after-tags .embed-responsive iframe,
.ads-after-tags .wp-block-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Google Ads / AdSense responsive */
.ads-after-tags ins {
	display: block;
	text-align: center;
}

@media (max-width: 768px) {
	.ads-after-tags-wrapper {
		margin: 1rem 0;
	}
	
	.ads-after-tags-wrapper .ads-title {
		font-size: 0.7rem;
		padding: 0.2rem 0.4rem;
	}
	
	.ads-after-tags {
		padding: 0.75rem;
	}
}

/***** Popup Ads *****/
#lmd-popup-ads-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	overflow-y: auto;
	padding: 20px;
	backdrop-filter: blur(3px);
}

.lmd-popup-ads-container {
	position: relative;
	max-width: 600px;
	margin: 50px auto;
	background: transparent;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	animation: popupSlideIn 0.4s ease-out;
	overflow: hidden;
}

@keyframes popupSlideIn {
	from {
		opacity: 0;
		transform: translateY(-50px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.lmd-popup-ads-content {
	position: relative;
	padding: 0;
	display: block;
	background: transparent;
}

.lmd-popup-ads-content img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.lmd-popup-ads-content a {
	display: block;
	cursor: pointer;
}

.lmd-popup-ads-content a:hover img {
	opacity: 0.95;
	transition: opacity 0.3s ease;
}

/* Popup Slider Styles */
.lmd-popup-carousel {
	position: relative;
}

.lmd-popup-carousel .lmd-popup-slide-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.lmd-popup-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	pointer-events: none;
}

.lmd-popup-carousel .owl-nav button {
	pointer-events: all;
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.3) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.lmd-popup-carousel .owl-nav button:hover {
	background: rgba(255, 255, 255, 0.5) !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transform: scale(1.1);
	border-color: rgba(255, 255, 255, 0.6);
}

.lmd-popup-carousel .owl-nav button i {
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.lmd-popup-carousel .owl-dots {
	text-align: center;
	padding: 15px 0 0 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 10;
}

.lmd-popup-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 5px;
	display: inline-block;
	transition: all 0.3s ease;
	border: 2px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.lmd-popup-carousel .owl-dot.active {
	background: #fff;
	border-color: #333;
	transform: scale(1.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.lmd-popup-carousel .owl-dot:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1.1);
}

/* Prevent body scroll when popup is active */
body.lmd-popup-active {
	overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
	.lmd-popup-ads-container {
		max-width: 90%;
		margin: 30px auto;
	}
	
	#lmd-popup-ads-overlay {
		padding: 10px;
	}
	
	.lmd-popup-carousel .owl-nav button {
		width: 35px;
		height: 35px;
		background: rgba(255, 255, 255, 0.25) !important;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}
	
	.lmd-popup-carousel .owl-nav button:hover {
		background: rgba(255, 255, 255, 0.4) !important;
	}
	
	.lmd-popup-carousel .owl-nav button i {
		font-size: 14px;
	}
	
	.lmd-popup-carousel .owl-dots {
		padding: 10px 0 0 0;
		bottom: 8px;
	}
	
	.lmd-popup-carousel .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}
}
