/* Index Style CSS ---------- */
/* -------------------------- */

body {
    overflow-x: hidden;
}

.bodyx {   
   background-color: #11273E;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}

.linkwhite {  
   color: #FFFFFF;
   text-decoration: none;
}
.linkwhite:hover {
	color: #FFFF00;
	text-decoration: none;
}

.isiline {
   padding: 4px 6px;
}

.isi-error {
   text-align: center;
   color: #FF0000;
   font-weight: bold;
   padding-bottom: 14px;   
}

.spaceline {
   font-size: 7px;
}


/* ---------------------------------------------------------------- */


.bodya {
	background-color: #550000;
   margin: 0px;
   padding: 0px;
}

.menubar {
	background:url('images/back_menubar.gif') repeat-x top;
}

.link {
	color: #0000FF;
	text-decoration: none;
}
.link:hover {
	color: #FF0000;
	text-decoration: none;
}

.foto_frame {
   float:left;   
   margin: 1px 14px -3px 0px;
}

td, select, input, textarea {
	font-family: Arial, Tahoma;
	color: #111;
	font-size: 14px;
	text-align: left;
   line-height: 1.4;
}
div {
   font-family: Arial, Tahoma;	
	font-size: 14px;
   line-height: 1.4;
}

.inputtext {
  height: 28px;
  padding: 0px 4px 0 4px;
  border: 1px solid #C8C8C8; 	
}
.inputtext_date {
  height: 30px;
  padding: 0px 0px 0 10px;
  text-align:left;
  background:url('images/calendar.png') no-repeat center right 8px;
  border: 1px solid #C8C8C8; 	
}

.selectbox {
  padding: 4px 4px 5px 4px;
  border: 1px solid #C8C8C8;
}
.selectbox[disabled] { 
  background-color: #F9F9F9;
  color: #F9F9F9; 
}

.textareabox {
  padding: 4px;
  border: 1px solid #C8C8C8;
}

.submitbutton {
  width:120px; 
  height:32px;  
  color: #FFFFFF;  
  text-align: center;
  cursor: pointer;
  background-color: #f15f08;
  background-image: -ms-linear-gradient(top, #f15f08, #d05207);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15f08), to(#d05207));
  background-image: -webkit-linear-gradient(top, #f15f08, #d05207);
  background-image: -o-linear-gradient(top, #f15f08, #d05207);
  background-image: linear-gradient(top, #f15f08, #d05207);
  background-image: -moz-linear-gradient(top, #f15f08, #d05207);
  background-repeat: repeat-x;
  border: 1px solid #F0F0F0;
}
.submitbutton:hover {
  background-image: -ms-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0485aa), to(#0bb5e6));
  background-image: -webkit-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -o-linear-gradient(top, #0485aa, #0bb5e6);
  background-image: linear-gradient(top, #0485aa, #0bb5e6);
  background-image: -moz-linear-gradient(top, #0485aa, #0bb5e6);
  color: #FFFFFF;
}

.copyright {
	border-top: 4px solid #004080;
	background-color: #E8E8E8;
	padding: 12px 16px;
}

.centerform {
	padding: 40px;
	text-align: center;
   background-color: #FFF;
}

.judul {
	padding: 10px;
	background-color: #004080;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.jdl {
	padding: 8px 6px;
	background-color: #5BADFF;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.isi {
	padding: 6px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D8D8D8;	
}
.is1 {
	padding: 6px;
	background-color: #F8F8F8;	
	border-bottom: 1px solid #D8D8D8;
}
.is1check {
	padding: 6px;
	background-color: #F8F8F8;	
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
.isired {
	padding: 6px;
	background-color: #FFE6E8;	
	border-bottom: 1px solid #D8D8D8;
	color: #FF0000;
}
.isigreen {
	padding: 6px;
	background-color: #DDFADE;	
	border-bottom: 1px solid #0FBF1E;
	color: #009900;
}
.boxbottom {
	border-top: 4px solid #004080;
}

.isierror {
	padding: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;	
}
.isidiv {
   padding: 4px 0px;
}
.user {
	padding-top: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #FF0000;
	float: right;
	text-align: right;
}

.linkpage {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #266907;
  font:11px Tahoma;
  font-weight: bold;
  padding: 4px 8px;
  height: 16px;     
}

.linkpage:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FF6600;     
}
.linkpagenolink {
  padding: 4px;
  text-decoration: none;
  color: #191919;
  background-color: #C0C0C0;
  font:11px Tahoma;
  font-weight: bold;
  padding: 4px 8px;
	height: 16px;
}
.page_number {
	padding: 14px 10px;
	text-align: center;
   border-top: 1px solid #C0C0C0;
   background-color: #FFF;
}
.page_number_index {
	padding: 14px 0px 4px 0px;
	text-align: right;   
}

/* ------------------------------------------------------------- */

a.button{
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;

-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);

background: #6cb40e;
background: -moz-linear-gradient(19% 65% 90deg, #79c811, #79c811, #6cb40e 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#6cb40e), to(#79c811));

text-decoration: none;
color:#f0f0f0;
float:left;
font-family: Arial,helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding: 6px 14px;
text-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
border: 0px solid #267ed4;
margin: 0px;
}

.button:hover{
background: #FF6600;
background: -moz-linear-gradient(19% 65% 90deg, #FF6600, #FF6600, #C82D0A 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#C82D0A), to(#FF6600));
color: #FFFF00;
}


/* ------------------------------------- */


.urbangreymenu{
   width: 100%;
   margin-top: 8px;
}

.urbangreymenu .headerbar{
   font: bold 13px Arial;
   margin: 0px;
   width: 294px;
   background-color: transparent;
}

.urbangreymenu .headerbar a{
   color: #ffdE0A;    
   display: block; width: auto;
   text-decoration: none;
   font-style:normal; font-variant:normal; 
   padding: 11px 6px 11px 12px;
   background-color: #204366;
   border-bottom:1px solid #FFF;
}

.urbangreymenu .headerbar a:hover{
   color: #FFF;    
   display: block; width: auto;
   text-decoration: none;
   font-style:normal; font-variant:normal;     
   background-color: #e95207;
   border-bottom:1px solid #FFF;
}

.urbangreymenu ul{
   list-style-type: none;
   margin: 0px;
   padding: 0px;       
}

.urbangreymenu ul li{
   border-bottom:1px solid #FFF;   
}

.urbangreymenu ul li a{   
   color: #555;
   width: 260px;
   font-size: 13px;
   background:url('images/arrow.png') no-repeat top 10px left 12px;
   background-color: #FFF;
   padding: 6px 6px 6px 28px; 
   display: block;         
   text-decoration: none;
   border-bottom:1px solid #E0E0E0;
}

.urbangreymenu ul li a:visited{
   color: #555;
}
.urbangreymenu ul li a:hover{    
   color: #0000FF;
}



/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */


.stepcarousel{
   position: relative;
   border: 0px;
   overflow: scroll; 
   width: 909px;
   height: 178px;
   border-radius: 6px;
}

.stepcarousel .belt{
   position: absolute;
   left: 0;
   top: 0;   
   padding-top: 12px;
}

.stepcarousel .panel{
   float: left;
   overflow: hidden;
   margin: 5px 10px 10px 9px;
   width: 170px;
}

/* Custom Slider Styles */
.aqf-slider-item {
    height: 89vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.aqf-slider-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.aqf-slider-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* Increased dimming */
    z-index: 2;
}
.aqf-slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
.aqf-slider-content {
    position: relative;
    z-index: 5; /* Higher z-index to stay on top of overlay */
}
.aqf-slider-content .aq-section-title,
.aqf-slider-content .aq-section-subtitle {
    color: #ffffff !important;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
.aqf-slider-content p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .aqf-slider-item {
        height: 70vh;
        min-height: 400px;
    }
    .aqf-slider-content .aq-section-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
    }
    .aqf-slider-content .aq-section-subtitle {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .aqf-slider-content {
        text-align: center !important;
    }
}

/* Category Banner (aqf-banner-2) Adjustments */
.aqf-banner-2-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.aqf-banner-2-thumb {
    position: relative;
    z-index: 1;
}
.aqf-banner-2-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); /* Dimming overlay for category banners */
    z-index: 2;
    transition: background 0.3s ease;
}
.aqf-banner-2-box:hover .aqf-banner-2-thumb::after {
    background: rgba(0, 0, 0, 0.3); /* Lighter on hover */
}
.aqf-banner-2-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.aqf-banner-2-content {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translateY(-50%);
    z-index: 5;
}
.aqf-banner-2-content .aq-section-title,
.aqf-banner-2-content .aq-section-subtitle {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.aqf-banner-2-content p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.aqf-banner-2-content .aq-btn-border {
    color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 8px 25px;
    font-size: 14px;
}
.aqf-banner-2-content .aq-btn-border:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

@media (max-width: 991px) {
    .aqf-banner-2-content {
        left: 20px;
        right: 20px;
    }
    .aqf-banner-2-content .aq-section-title {
        font-size: 24px !important;
    }
}

/* --- EYE CATCHING ENHANCEMENTS --- */

.aq-service-item {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.aq-service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #da1f26;
}
.aq-service-icon {
    width: 70px;
    height: 70px;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #da1f26;
    font-size: 30px;
    transition: all 0.3s ease;
}
.aq-service-item:hover .aq-service-icon {
    background: #da1f26;
    color: #ffffff;
}
.aq-service-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Onest', sans-serif;
}
.aq-service-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

.aq-product-item.aq-product-main {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
}
.aq-product-item.aq-product-main:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    border-color: #f0f0f0;
}
.aq-product-thumb {
    overflow: hidden !important;
    background: #f9f9f9;
}
.aq-product-thumb img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aq-product-item.aq-product-main:hover .aq-product-thumb img {
    transform: scale(1.1);
}

.aq-product-action {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 10;
}
.aq-product-item.aq-product-main:hover .aq-product-action {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

.aq-product-action-btn {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 0 5px;
    transition: all 0.3s ease;
}
.aq-product-action-btn:hover {
    background: #da1f26;
    color: #ffffff !important;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
.floating-anim {
    animation: floating 4s ease-in-out infinite;
}

.aq-product-badge span {
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}
.clr-sale { background-color: #da1f26; color: white; }
.clr-new { background-color: #28a745; color: white; }
.clr-hot { background-color: #ffc107; color: black; }
.radius-15 { border-radius: 15px; }
.radius-20 { border-radius: 20px; }
.radius-30 { border-radius: 30px; }
.gray-bg-soft { background-color: #fcfcfc; }

/* Contact & Page Enhancements */
.aq-contact-info-wrap {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.aq-contact-info-wrap:hover {
    background-color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #da1f26;
    transform: translateY(-5px);
}
.aq-contact-info-icon svg {
    transition: transform 0.3s ease;
}
.aq-contact-info-wrap:hover .aq-contact-info-icon svg {
    transform: scale(1.1);
}

.aq-btn-black {
    background-color: #141414;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.aq-btn-black:hover {
    background-color: #da1f26;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(218, 31, 38, 0.3);
}

.aq-page-details-wrap {
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
    .aq-page-details-wrap {
        padding: 30px 20px;
    }
}
.aq-page-details-content p {
    margin-bottom: 25px;
    line-height: 1.8;
}
.aq-page-details-content h1, .aq-page-details-content h2, .aq-page-details-content h3 {
    color: #141414;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.aq-breadcrumb-area {
    background-color: #F6F6F4;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.aq-breadcrumb-list span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.aq-breadcrumb-list span.dvdr {
    margin: 0 10px;
    color: #bbb;
}
.aq-breadcrumb-title {
    margin-top: 10px;
    color: #141414;
}

.aq-product-details-thumb img {
    transition: transform 0.5s ease;
}
.aq-product-details-thumb:hover img {
    transform: scale(1.02);
}

.aq-pagination-wrap .pagination .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    margin: 0 5px;
    color: #141414;
    border: 1px solid #eee;
    font-weight: 600;
}
.aq-pagination-wrap .pagination .page-item.active .page-link {
    background-color: #da1f26;
    border-color: #da1f26;
    color: #fff;
}
.aq-pagination-wrap .pagination .page-link:hover {
    background-color: #141414;
    color: #fff;
    border-color: #141414;
}

/* Typography Utilities */
.ff-satoshi-med { font-family: 'Satoshi-Medium', sans-serif !important; }
.ff-satoshi-bold { font-family: 'Satoshi-Bold', sans-serif !important; }
.ff-satoshi-reg { font-family: 'Satoshi-Regular', sans-serif !important; }

.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.fs-24 { font-size: 24px !important; }
.fs-28 { font-size: 28px !important; }
.fs-32 { font-size: 32px !important; }
.fs-36 { font-size: 36px !important; }
.fs-48 { font-size: 48px !important; }

.lh-1-8 { line-height: 1.8 !important; }
.radius-10 { border-radius: 10px !important; }
.radius-15 { border-radius: 15px !important; }
.radius-20 { border-radius: 20px !important; }
.uppercase { text-transform: uppercase !important; }
.fs-12 { font-size: 12px !important; }
.fs-56 { font-size: 56px !important; }

/* Product Item Modern Styles */
.aq-product-item {
    transition: all 0.3s ease;
}
.aq-product-thumb {
    overflow: hidden;
    background-color: #f1f1f1;
}
.aq-product-img {
    transition: transform 0.8s ease;
}
.aq-product-item:hover .aq-product-img {
    transform: scale(1.1);
}
.aq-product-action {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
}
.aq-product-item:hover .aq-product-action {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}
.aq-product-action-btn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}
.aq-product-action-btn:hover {
    background-color: #da1f26;
    color: #fff !important;
}

/* Page Details Text Refinement */
.postbox__details-content p {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}
@media (max-width: 767px) {
    .postbox__details-content p {
        font-size: 16px;
    }
}

.hover-primary:hover { color: #da1f26 !important; }
.bg-light-2 { background-color: #fbfbfb !important; }
.aq-btn-link { color: #141414; text-decoration: none; border-bottom: 2px solid #da1f26; padding-bottom: 2px; transition: all 0.3s ease; }
.aq-btn-link:hover { color: #da1f26; border-bottom-color: #141414; }
.fs-40 { font-size: 40px !important; }
.fs-60 { font-size: 60px !important; }
.lh-1-4 { line-height: 1.4 !important; }
