@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {font-family: "Montserrat", sans-serif; width:100%; height:100%;}
ol, ul {list-style: none;}
*{ margin:0; padding:0;}
a{ text-decoration:none; outline:none;}
h6,h5,h4,h3,h2,h1{ margin:0; padding:0;  font-family: "Montserrat", sans-serif; letter-spacing:0px;}
#product-detail h2 {font-family: "Montserrat", sans-serif;}
img{ border:none;}
.clear{ clear:both;}
div{ display:flow-root;}
.container{position:relative; margin:0 auto; width:1300px;}

/*------Header Section-------*/
header{ position:relative;}
header:after {content:""; position:absolute; right:0; top:0; background:#e6e6e6; height:100px; width:30%; z-index:-1;}
#logo{ float:left; width:121px; height:89px; padding:0 5px; margin:4px 0; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
/* #logo:hover{  box-shadow: -2px 5px 59px 0px rgba(0, 0, 0, 0.5);} */
#logo img{-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
/* #logo img:hover {
	filter: drop-shadow(-2px 5px 59px rgba(0, 0, 0, 0.8));
} */
#logo img:hover {
	filter: drop-shadow(rgba(0,0,0,.35) 0 5px 15px);
}
#logo img, .categery-img img, .client-img img, .blog-img img, #productmain img{ width:100%; height:100%;}
.search-frm{ float:left; margin:29px 0 0 49px; position:relative; width:378px;}
.search-frm input{ width:100%; padding:11px 44px 11px 15px; box-sizing:border-box;  border:#a2a2a2 solid thin; color:#767676; font-size:13px;outline:none; background:#FFFFFF; border-radius:8px;}
.search-frm .search-btn{ background: url(../images/search.png) no-repeat center; width:43px; height:44px; position:absolute; right:-10px; top:-3px; border:none; cursor:pointer; padding:0;}
#topicon-cover{float:right;padding:0 0 0 68px;background:#e6e6e6 url(../images/shape.jpg) no-repeat left top; background-size:contain; min-height:97px;}
.topicon-box{ float:left; color:#434343; background:url(../images/call.png) no-repeat left center; line-height:19px; box-sizing:border-box; padding-left:28px; margin:29px 15px;}
.topicon-box a{ display:block; font-size:14px; color:#000; font-weight:bold; letter-spacing:1px; text-decoration:none;}
.topicon-box a:hover{ color:#c19213;}
.topicon-box a:last-child{ margin-bottom:0;}



@media (max-width:767px){
#topicon-cover {
    min-height:40px!important;
    height:50px!important;
    padding:0 10px!important;
    background:#e6e6e6!important;
    background-size:cover!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    border-radius:10px!important;
}
#topicon-cover:after {
    content:"";
    position:absolute;
    left:15px;
    bottom:-10px;
    width:0;
    height:0;
    border:10px solid transparent;
    border-top-color:#e6e6e6;
}
.topicon-box a {
    font-size:13px!important;
}
	
	
header:after {
    display:none!important;
}
}

/* === topmenu css start === */
.top-bar-wrapper{border-bottom:1px solid #ccc;background:#fff;}
.top-menu{display:flex;justify-content:flex-end;align-items:center;padding:10px 20px;font-family:Arial,sans-serif;margin:2px 0 0 0;}
.menu-item{margin-left:4px;}
.menu-item a{text-decoration:none;color:#000;font-weight:300;font-size:14px;transition:color 0.3s ease,background-color 0.3s ease,padding 0.3s ease;padding:4px 8px;border-radius:4px;}
.menu-item.contact a{background:#000;color:#fff;}
.menu-item a:hover{color:#c09235;}
@media (max-width:991px){
  .top-menu{justify-content:center;padding:2px 3px 0 3px;flex-wrap:wrap;margin-bottom:10px!important;}
  .menu-item{margin:4px 2px 0;}
  .menu-item a{font-size:11px;padding:2px 5px;}
  .menu-item.contact a{padding:2px 6px;font-size:11px;}
}
/* === topmenu css end === */


@media (max-width:767px){#pc-header-block{display:none;}}

/* === mobile header only === */
.mobile-header {display:none;}
@media (max-width:767px){
.mobile-header{display:block; padding:10px 35px; background:#fff;} /* wider sides */
.mobile-header-top{display:flex; justify-content:space-between; align-items:center;}
.mobile-logo img{max-height:60px;} /* bigger logo */
.mobile-contact-box{text-align:right;}
.mobile-contact-box a{display:block; font-size:15px; color:#000; text-decoration:none; margin-bottom:4px;}
.search-frm{margin-top:14px; display:flex; gap:10px;}
.search-frm input[type="text"]{flex:1; padding:8px 12px; font-size:15px; border:1px solid #ccc; border-radius:4px;}
.search-btn{width:36px; height:36px; background:url('https://knz.ae/wp-content/themes/YOUR_THEME/images/search-icon.png') center no-repeat; background-size:contain; border:none;}
}
/* === mobile header only end === */

/* === tablet portrait header only === */


/* === tablet portrait header only end === */


.containermenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px; /* Optional: for side spacing on smaller screens */
}


.top-left-emails {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1;
}
.top-left-emails a {
  color: #000;
  text-decoration: none;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.top-left-emails a:hover {
  color: #c09235;
}

@media (max-width: 767px) {
  .top-left-emails {
    display: none;
  }
}




#devider{ float:left; margin:21px 0;}
#topmail{ background: url(../images/mail.png) no-repeat left center; margin-left:0; }
#topsocial-icon{ width:100px; float:right; margin:0 0 0 0;}
#topsocial-icon a{ float:left; margin:0 -26px -27px 0;}
#iso{ float:right; margin:15px 0; padding-left:55px;}

/*Menu Part Css*/
#menu-box{ background:#090909;}


/*****LEVEL ONE*****/
ul.dropdown{ position: relative;z-index:500; }
ul.dropdown li{float: left; zoom: 1;list-style:none;}
ul.dropdown li a{ display:block; padding:13px 11px; font-size:12px; text-align:center; color:#FFFFFF; position:relative;box-sizing:border-box; text-transform:uppercase;}
ul.dropdown li a:hover{ color: #daa101;}

/*****LEVEL TWO*****/
ul.dropdown ul{ width: 154px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li{background:#eb2130; color: #000; border-bottom: 1px solid #fff; float: none;list-style:none;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ border-right: none; width: 100%; display: inline-block; font-size:15px; color:#fff!important;padding:10px;height:auto;text-shadow:none!important;background:none; font-weight:normal; text-align:left; text-transform:none;} 
ul.dropdown ul li:hover{ background:#000000;}

/*****LEVEL THREE******/
ul.dropdown ul ul{ left: 100%; top:0; }
ul.dropdown li:hover > ul{ visibility: visible; }
#mobile_menu_part, #mobile_menu, #mobile_drop{ display:none;}
/*------Header Section End-----*/

/*banner section*/
#banner-box{ position:relative;  margin:0 auto;}
.rslides {position:relative;list-style:none;overflow:hidden;width:100%;padding:0;}
.rslides li {-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0;}
.rslides img {display:block; width:100%; height:100%;}
/*.bannercaption{ font-size:15px; width:400px;color:#051624; position:absolute;  left:38%; top:59px; z-index:100;}
.bannercaption h1{ color:#172568; font-size:48px; line-height:45px; margin-bottom:22px;}*/
/*banner section end*/

/*content part*/
#search-box{ position:absolute; right:26px; top:16px; height:100%; z-index:999;}
#search-box form{width:320px;  background:#FFF; border-radius:8px; padding:17px; box-sizing:border-box;}
#search-box span{ display:block; color:#FF0000; font-size:12px; text-transform:none;}
#search-box input{ background:#FFFFFF; outline:none; border:#c1c1c1 solid thin; color:#666; padding:8px; width:100%; box-sizing:border-box; font-family: "Montserrat", sans-serif; margin:5px 0 0 0; border-radius:8px; font-size:12px;}
#search-box textarea{ background:#FFFFFF; outline:none; border:#c1c1c1 solid thin; color:#666; padding:8px; width:100%; box-sizing:border-box; font-family: "Montserrat", sans-serif; margin:5px 0 0 0; border-radius:8px; font-size:12px; height:42px;}
#search-box .searchbtn{ background:#090909; border:none; cursor:pointer; color:#FFF; margin-top:0; /*font-family: 'gilroyextrabold';*/ font-family: 'Montserrat', sans-serif;}
#search-box .searchbtn:hover{ background:#daa101; color:#FFF;}
#product-cover{ background:#ededed url(../images/underline.png) no-repeat center bottom;padding:36px 0; background-size: 1300px;}
.category-box{float:left; margin:0 15px 15px 0;position:relative; width:241px; border:#d1d1d1 solid 2px;background:#FFF; border-radius:8px; padding:10px 0; -moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
/* .category-box:hover{   box-shadow: -2px 5px 59px 0px rgba(0, 0, 0, 0.3);} */
.category-box:hover{   box-shadow: rgba(0,0,0,.35) 0 5px 15px !important;}
/* .categery-img{ width:180px; height:145px; margin:0 auto;} */
.categery-img{ width:100%; height:165px; margin:0 auto;}
#product-cover .categery-img{height: 220px;}
.pdt-titel{ text-align:center;font-size:12px; line-height:17px; display:table; color:#000; width:100%; height:49px; padding: 15px 10px 0px 10px; box-sizing:border-box;}
.greybg{ background:#ededed url(../images/underline.png) no-repeat center bottom; background-size: 1300px;}
.pdt-titel strong, .pdt-titel h3{ display:table-cell; vertical-align:middle;}
#consumer-preference{ background:#ededed url(../images/underline.png) no-repeat center bottom; padding:15px 0 20px 0; background-size: 1300px;}
#consumer-preference h2, #prodct-category h2, .container:has(.video) h2{ text-align:center; font-size:29px; color:#111111;}
.container:has(.video) h2{margin-top: 15px;}
.consumerslide{ display:block; width:95% !important; margin: 0 auto 25px auto; display:flow-root;}
.consumerslide li{ margin:20px  0 0 0;}

.next{ display:inline-block; background:url(../images/next.png) no-repeat; width:20px; height:41px; position:absolute; right:2px; top:154px; }
.prev{ display:inline-block; background:url(../images/prev.png) no-repeat; width:20px; height:41px; position:absolute; left:-7px; top:154px;}


#consumer-preference .category-box{ margin-bottom:0; width:199px; border:#d1d1d1 solid 2px; aspect-ratio: 1 / 1; margin-bottom: 15px; }
/* .index-consumer-area .category-box{ width:241px !important;} */
.product-alternative .category-box{ margin-bottom:15px;}
#consumer-preference .category-box:hover{ box-shadow:none;}
#consumer-preference .categery-img{ width:100%; height:173px;}




/* #consumer-preference .pdt-titel{ text-align:left; padding:0 18px;} */
#consumer-preference .category-box:hover .pdt-titel{ color:#8c8908;}

/* === product video start === */
.video-link-section {display:flex; justify-content:space-between; gap:20px; margin:40px auto; max-width:1200px; padding:0 20px; flex-wrap:wrap;}
.video-thumb {flex:1 1 calc(32% - 20px); text-align:center; text-decoration:none; transition:transform 0.3s; background:#fff; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); overflow:hidden;}
.video-thumb img {width:100%; height:auto; display:block;}
.video-thumb span {display:block; padding:10px 15px; font-weight:bold; color:#000; font-size:16px;}
.video-thumb:hover {transform:scale(1.02);}
@media (max-width:991px) {.video-thumb {flex:1 1 100%;}}

/* === title === */
.video_section-title {font-size:28px; text-align:center; margin-bottom:30px;}

.product-video-accordion .video-acc-head {background:#3a3a3a; color:#fff; padding:15px 20px; font-size:18px; font-weight:600; border-top-left-radius:4px; border-top-right-radius:4px;}
.product-video-accordion .video-acc-content {padding:20px; border:1px solid #ddd; border-top:none; background:#fff;}
.product-video-accordion .video-wrapper-style {background:#fff; padding:20px; border:1px solid #ddd; border-radius:6px; max-width:100%; box-shadow:0 2px 4px rgba(0,0,0,0.05);}
@media (max-width:767px) {.product-video-accordion .video-wrapper-style iframe {width:100%; height:auto; aspect-ratio:16 / 9;}}
/* === product video end === */


.video{ width:638px; height:183px; float:left; margin: 20px 0 47px 0; margin-right:20px;}
.video iframe{ width:100%; height:100%;}
.video:last-child{ margin-right:0;}





#prodct-category{ background:#ededed url(../images/underline.png) no-repeat center bottom; padding:15px 0 0 0; background-size: 1300px;}
#prodct-category li{ width:260px; float:left; height:auto !important; margin:0;}
#prodct-category .category-box{ box-shadow: 0px 0px 38px 0px rgba(114, 114, 114, 0.3); border:none; width:247px; margin:32px auto; float:none; min-height:530px; padding:27px 18px; box-sizing:border-box; text-align:center; font-size:12.5px; line-height:23px; height: 530px;}
#prodct-category .consumerslide{ width:100% !important;}
#prodct-category .categery-img{ margin:0 auto 10px auto;}
#prodct-category .pdt-titel{ padding:0; height:65px;}
#prodct-category h3{ font-size:18px; text-transform:uppercase; line-height:20px;}
#prodct-category a{ display:block; text-align:center; text-decoration:underline; margin:20px 0 00; color:#bf8d00;}
#prodct-category a:hover{ text-decoration:none;}
#prodct-category .categery-img{ width:213px; height:172px;}



/*blog listing  page*/
#news-section {padding:25px 0 35px; background:#ededed;}
#news-section h2 {font-size:28px; text-align:center;}
#event-slide {display:block; width:100% !important; margin:15px 0 0; display:flow-root;}
#event-slide li {float:left; margin:0 45px 0 0; font-size:13px; position:relative; height:auto !important;}
.event-img {width:395px; height:272px; position:relative; overflow:hidden;}
.event-img img {width:100%; height:100%; transition:0.6s;}
#event-slide li:hover .event-img img {transform:scale(1.2) rotate(-10deg);}
.date {color:#737373; font-size:12px; float:left; z-index:50; line-height:22px; margin:28px 0;}
.date strong {display:block; color:#121d4f; font-size:30px; margin:8px 0 0;}
.event-content {font-size:13px; float:right; padding:20px 0; min-height:202px; box-sizing:border-box; width:333px; line-height:24px;}
.event-content h3 {font-size:21px; margin:16px 0; color:#333; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis;}
.line {width:100%; height:1px; background:#c6c6c6;}
#event-slide li a {text-align:right; display:block; text-decoration:underline; color:#bf8d00; margin:20px 0 0;}
#event-slide li a:hover {text-decoration:none;}
/*blog listing  page end*/

/* Read More Page */
#content-cover #event-slide {margin:0;}
#content-cover #event-slide li {float:none; margin-right:0;}
#content-cover .event-img {width:275px; height:190px; float:left; margin:0 30px 0 0;}
#content-cover .event-content {float:none; width:auto; padding:0; position:relative;}
#content-cover #event-slide li:hover .event-img img {transform:scale(1,1);}
#content-cover .date {float:none; position:absolute; left:-110px; top:-17px; padding:6px 17px; text-align:center; background:#fff;}

/* blog Custom News Section */
#custom-news-wrapper {padding:25px 0 35px; background:#ededed;}
.custom-container {max-width:1300px; margin:0 auto; padding:0 20px;}
#custom-news-wrapper h2 {font-size:28px; text-align:center; margin-bottom:30px;}
.custom-post-list {display:flex; flex-wrap:wrap; justify-content:space-between; padding:0; margin:0; list-style:none;}
.custom-post-item {width:23%; margin-bottom:40px; box-sizing:border-box; background:none; border:none; padding:0;}
.custom-post-image {width:100%; height:200px; overflow:hidden; position:relative;}
.custom-post-image img {width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease;}
.custom-post-item:hover .custom-post-image img {transform:scale(1.2) rotate(-10deg);}
.custom-post-content {font-size:13px; line-height:24px; min-height:160px; margin-top:10px;}
.custom-post-content h3 {font-size:20px; margin:10px 0; color:#333; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis;}
.custom-divider {width:100%; height:1px; background:#c6c6c6; margin:10px 0;}
.custom-post-item a {text-align:right; display:block; color:#bf8d00; text-decoration:underline; margin-top:10px;}
.custom-post-item a:hover {text-decoration:none;}
/* blog Custom News Section end */


/* === mobile version start === */
@media (max-width: 768px) {
  .custom-post-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

  }

  .custom-post-item {
    min-width: 100% !important;
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    margin-right: 15px;
  }
}

/* === mobile version end === */

/* === tablet version start === */
@media (min-width: 769px) and (max-width: 1024px) {
  .custom-post-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .custom-post-item {
    min-width: 48% !important;
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    margin-right: 20px;
  }
}
/* === tablet version end === */

#clients{ list-style:none; width:100% !important; margin:35px 0;}
#clients li{ margin:4px 35px 0 0; list-style:none; text-align:center; font-size:13px;}
.client-img{ width:227px; height:134px;}
#clients h2{ text-align:center;  font-size:31px;}
/*content part end*/

/*innerpage content*/
#page-title{  clear:both;}
#page-title h1{  font-size:27px;text-transform:capitalize;margin:16px 0;  display:inline-block;}
#content-cover{ margin:0 0 60px 0; font-size:14px; color:#333; line-height:28px;}
#content-coverblog{ margin:0 0 60px 0; font-size:14px; color:#333; line-height:28px;}
#about-img{  margin:0 36px 39px 0; float:left;}
#about-head{ font-size:34px; text-transform:capitalize; line-height:35px; color:#000000; margin:0 0 20px 0;}
.vision-box{ width:650px; float:left; text-align:center;  padding:26px 64px; box-sizing:border-box; margin:25px 0 0 0;  min-height:219px; background:#e6e6e6;}
.vision-box h3{ text-transform:uppercase; color:#070707; font-size:21px; margin:13px 0;}
.vision-box img{ display:block; margin:0 auto;}
#quality{ margin:35px 0 0 0; clear:both; float:left; width:100%;}
#quality h2{ font-size:21px; text-transform:uppercase; color:#000; margin-bottom:15px;}
#quality ul li{ position:relative; padding:0 0 0 20px;}
#quality ul li:before{ content:"."; font-size:46px; line-height:0; position:absolute; left:0; top:2px; color:#a8191d;}
.contact-box{ margin:0 15px 0 0; text-align:left; padding:31px 12px; line-height:24px; display:inline-block; width:415px; background:#e9e9e9; box-sizing:border-box; padding-left:95px;}
.contact-box span{ display:block; font-weight:bold; font-size:18px; margin-bottom:8px; color:#000;} 
.contact-box a{ color:#333; display:block;}
.contact-box a:hover{ color:#900;}
.cntcall{ background-image:url(../images/cntcall.png); background-position:24px center; background-repeat:no-repeat;}
.cntmail{ background-image:url(../images/cntmail.png); background-position:24px center; background-repeat:no-repeat;}
.cntadress{ background-image:url(../images/cntmap.png); background-position:24px center; background-repeat:no-repeat;}
.contact-frm{float:right; width:48%; margin:25px 0 0 0;}
.contact-frm span{ display:block; font-size:12px; color:#F00;}
#feedback{ color:#000; font-size:29px; margin:0 0 20px 0;  }
.contact-frm input{ width:100%; border:#dadada solid thin; font-family: "Montserrat", sans-serif; padding:13px 17px; box-sizing:border-box; outline:none; color:#545454;  font-size:13px; margin:0px 0 0 0; background:#FFFFFF; border-radius:6px;}
.contact-frm textarea{ width:100%; border:#cacaca solid thin; padding:11px 18px; box-sizing:border-box; outline:none; color:#545454; height:100px; width:100%px; margin:0px 0 16px 0; overflow:hidden; resize:none; font-size:13px; font-family: "Montserrat", sans-serif; border:#dadada solid thin; display:block; background:#FFFFFF; border-radius:8px;}
.contactfrm-cover{ width:560px; margin:0 15px 0 0; height:79px; float:left;}
.contact-frm .captha{ width:285px; float:right; margin-top:0; padding:12px 26px;}
.contact-frm #frmsubmit{ float:left; width:100%;background:#c99606; color:#FFF;  border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; margin-top:37px; padding:12px 0; cursor:pointer;font-size:15px; font-family: 'gilroyextrabold';}
#map{ width:48%; height:510px;  float:left; margin:25px 0 0 0;}
#map iframe{ width:100%; height:100%;/*invert(100%) contrast(100%);*/}
#content-cover #event-slide{ margin:0;}
#content-cover #event-slide li{ float:none; margin-right:0;}
#content-cover .event-img{ width:275px; height:190px; float:left; margin:0 30px 0 0;}
#content-cover .event-content{ float:none; width:auto; padding:0; position:relative;}
#content-cover #event-slide li:hover .event-img img{ transform:scale(1,1);}
#content-cover .date{ float:none; position:absolute; left:-110px; top:-17px; padding:6px 17px; text-align:center; background:#FFF;}
#product-detail{ line-height:19px; margin-bottom:23px; margin-top:2px; font-size:13px; line-height:18px;}
#products-cover{ background:#ededed; padding-bottom:8px;}
#sublinks{ clear:both; margin-bottom:3px;}
#sublinks .active{ background:#818281; border-bottom-left-radius:0; border-bottom-right-radius:0; margin-bottom:-20px; height:66px; padding:18px 22px;}
#current-pdt{ background:#818281; padding:10px 7px; border-radius:10px;}
#sublinks a{ float:left; border-radius:8px; padding:12px 18px; background:#c09235; margin:0 5px 0 0; text-transform:capitalize; font-size:15px; color:#FFF; width:264.7px; box-sizing:border-box; text-align:center;}
#sublinks a:last-child{ margin-right:0;}
#sublinks a:hover{ background:#818281;}
#products-cover h1{ font-size:26px; margin:2px 0 0px 0;}
#prduct-listbox{ float:left;  width:1074px;}
#prduct-listbox .consumerslide li{ margin:0 11px 20px 0; float:left;}
#prduct-listbox .category-box{ margin:0; width:199px;}
#pagination{ clear:both; width:100%; float:left;}
ul.pagination{width:auto;text-align:center;margin:0px auto; font-size:12px; clear:both; display:table;}
.pagination li{float:left}
.pagination a{text-decoration:none;color:#666;background:#fff;padding:4px 8px;display:inline-table;border:solid 1px #ccc;margin:0 2px 0 0;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.pagination a:hover{background:#c19213;color:#fff; border:solid 1px #c19213; }
.pagination .active a{ background:#c19213; color:#FFF; border:solid 1px #c19213;}
#otherproducts{ float:right; box-sizing:border-box; font-size:12.5px; width:198px;}
#otherproducts a{ display:block;  color:#222; background:#4a4a4a; margin-bottom:11px;border-radius:8px; color:#FFF; padding:11px 20px; text-align:center;   box-shadow: 0px 5px 0px 0px rgba(28, 28, 28);}
#current-pdt .consumerslide li{ margin:0 6px 10px 3px;}
#otherproducts h2{ font-family: "Montserrat",sans-serif; font-size:16px; background:#c09235; margin-bottom:15px;border-radius:8px; color:#FFF; padding:11px 34px; text-align:center;}
#otherproducts a:hover, #otherproducts a.active{  background:#c19213;}
#product-details{  background:#FFF; padding:31px 22px; box-sizing:border-box; font-size:14px; color:#333;}
#productmain{ float:left; width:600px; margin:0 20px 0 0; position:relative;}
#productmain:before{ position:absolute; right:-20px; top:0; width:1.5px; height:100%; content:""; background:#686161; z-index:500;}
#product-detail ul{ margin-bottom:5px}
#product-detail li{ position:relative; padding:0 0 0 15px; font-size:13px; line-height:18px;}
#product-detail li:after{ position:absolute; left:0; top:7px; background:#a91e23; width:5px; height:5px; border-radius:100%; content:"";}
#prduct-listbox .consumerslide, #product-details .consumerslide{ margin:0; width:100% !important;}
#product-details ul{ margin:10px 0 0 0; display:table;}
#product-details ul li{ position:relative; padding:0 0 5px 15px;}
#product-details ul li:nth-last-of-type(1){ padding-bottom:0;}
#product-details ul li:before{ content:""; width:5px; height:5px; background:#000000; position:absolute; left:0; top:6px; border-radius:100%;}
#product-details .consumerslide h2{ font-size:22px; text-transform:capitalize; margin:40px 0 20px 0;}
#product-details .category-box{ width:167px; border:#d3d3d3 solid thin; margin:0 10px 15px 0;}
#product-details .categery-img{ width:100%; height: 165px;}
#enquiry-frm{  width:500px;  background:#FFF;}
#formbox{ padding:20px 30px;}
#formbox h2{ font-size:22px; text-transform:uppercase; margin-bottom:20px;}
#formbox span{ display:block; color:#F00; font-size:12px;}
#formbox input,select, textarea{ width:100%; padding:10px 12px; box-sizing:border-box; outline:none; border:#c9c9c9 solid thin; margin-bottom:9px;  font-family: "Montserrat", sans-serif; font-size:13px; background:#FFF; border-radius:8px;}
#formbox textarea{ overflow:auto; resize:none; height:140px;}
#formbox .sub_mit{ background:#000; cursor:pointer; color:#FFF; border:none;font-family: 'gilroyextrabold'; text-transform:uppercase; letter-spacing:1px; padding:12px 0; font-size:16px;}
#formbox .sub_mit:hover{ background:#333;}
#formbox .contactdetail-cover{ width:100%; padding:20px 25px; box-sizing:border-box; margin:50px 0 0 0; font-size:14px; background:#e3e3e3;}
#formbox .contactdetail-cover .contact-detail{ background:url(../images/call.png) no-repeat left center; background-size:19px;}
#formbox .contactdetail-cover .contact-detail a, #formbox .contactdetail-cover .mail a{color:#333; margin-bottom:0;}
#formbox .contactdetail-cover .mail{ background:url(../images/mail.png) no-repeat left center; background-size:17px; color:#333;}
#formbox .contactdetail-cover .adress{background:url(../images/adress2.png) no-repeat 2px 4px;  color:#333; width:auto;}
.useinfo li{ position:relative; padding:0 0 0 15px;}
.useinfo li:before{ content:""; width:4px; height:4px; position:absolute; left:0; top:12px; background:#9e1c24; border-radius:100%;}
#otherlinks{ margin:10px 0;}
#otherlinks a{ color:#a41c1e; font-size:14px; display:inline-block;}
#pdt-details{ float:right; width:600px;}
#enquiry-btn{ background:#c7a43b; border-radius:7px; padding:12px 15px; color:#FFF; margin:18px 0 0 0; display:block; text-align:center; font-size:22px; letter-spacing:1.5px; text-transform:capitalize; font-family: 'gilroyextrabold';   text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);}
#enquiry-btn:hover{ background:#b98a06;}
#tabs{ margin:40px 0 0 0;}

/*====================ACCORDION=================*/
.smk_accordion {position: relative;margin: 0;padding: 0;list-style: none;margin-bottom: 20px;}
.smk_accordion .accordion_in {position: relative;z-index: 10;margin-top: -1px;overflow: hidden;}
.smk_accordion .accordion_in  {position: relative;display: block;}
.acc_head{ padding:10px 30px;box-sizing:border-box;font-size:17px;width:100%;color:#fff;cursor:pointer;border:#404040  solid thin;margin-bottom: 26px;background-color: #404040;}	
.smk_accordion .accordion_in .acc_head .acc_icon_expand {display: block;width: 18px;height: 18px;position: absolute;left: 10px;top: 50%;margin-top: -9px;}
.acc_active{background:#fff;}
.smk_accordion .accordion_in .acc_content h2{ font-size:14px;  margin-bottom:16px;}
.smk_accordion .accordion_in .acc_content {background: #FFF;padding: 25px 30px;border:#cccccc solid thin;box-sizing:border-box;}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {border-radius: 0 0 3px 3px;}
.smk_accordion .accordion_in.acc_active > .acc_content {display: block;}
.smk_accordion .accordion_in.acc_active > .acc_head {background:#404040;color:#FFF;}
.smk_accordion .accordion_in.acc_active > .acc_head span {color:#FFF;}
.smk_accordion .accordion_in> .acc_head span {color:#7b6f96; font-size:20px; margin:0 9px 0 0; }
.smk_accordion.acc_with_icon 
.smk_accordion.acc_with_icon .accordion_in .acc_content { padding: 20px;}

/*innerpage content end*/

/*footer section*/
footer{ background:#3e3e3e; clear:both;  color:#FFFFFF; font-size:13px; float:left; width:100%; padding:53px 0;}
.contact-detail{line-height:14px; font-size:14px; padding:0 0 0 35px; background:url(../images/footercall.png) no-repeat left center; margin-bottom:3px;}
.contactdetail-cover{ float:left; margin:0 140px 0 0; position:relative;}
.last-child{ float:right; margin-right:0;}
.contactdetail-cover h2{ font-size:20px;  margin-bottom:24px;}
.contact-detail a{ color:#FFFFFF; margin-bottom:8px; display:block;}
.contact-detail a h3{ font-size:17px;  font-family: "Montserrat", sans-serif;}
.mail{ background:url(../images/email.png) no-repeat left 1px; padding:0 0 0 36px; margin-bottom:5px;}
.mail a{ color:#FFF; display:block;}
.adress{ background:url(../images/adress.png) no-repeat left 1px; padding:0 0 0 36px; margin-bottom:16px; width:196px;}
ul.botom-link{list-style:none; }
ul.botom-link li a{ color:#FFFFFF; display:block; margin:0 0 6px 0;}
ul.botom-link li a:hover{ color:#fed76a;}
.blog{ width:304px; margin-bottom:19px; color:#FFF; display:flow-root;}
.blog-img{ width:90px; height:62px; float:left; margin:0 23px 0 0;}
.blog span{ display:block; text-decoration:underline; font-size:12px; margin-bottom:8px;}
.blog:hover{ color:#fed76a;}
#footer-social{ display:flow-root;}
#footer-social a{ float:left; text-align:center; width:30px; height:26px; margin:0 -1px 0 0; line-height:25px;}
#footer-social a img{ vertical-align:middle;}
#line{ width:100%; height:1px; background:#9e9e9e; clear:both; margin:36px 0; float:left;}
#copyright{margin:65px 0 0 0; width:160px;}




.newsletter-heading{font-size:15px;margin-bottom:7px;font-weight:400;color:#fff!important;text-align:left}
/* Email input field */
.subscribe-form-wrapper {max-width: 320px; margin: 0 auto; display: flex; flex-direction: column; gap: 0px;}
.subs[type="email"] {padding: 8px 12px; font-size: 15px; border-radius: 8px; border: none; width: 100%; background-color: #fff; color: #000; box-shadow: 0 0 0 1px #ccc; margin: 0; line-height: 1;}
.subs[type="submit"] {background-color: #e0c200; color: #000; font-weight: bold; padding: 12px; font-size: 16px; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.3s ease; margin: 0;}
.subs[type="submit"]:hover {background-color: #c8ad00;}



/*footer section end*/


@media (max-width:1300px){
.container{ width:992px;}
#topsocial-icon, .navigation, #iso{ display:none;}
.search-frm{ width:240px;}
#menu-box{ height:auto;}
#mobile_menu{display:block;text-align:right;height:32px;padding:12px 0px 0 0px; cursor:pointer;}
#mobile_menu img{ width:23px;}
#mobile_drop{display:block;position:relative;background:#a91e23;}
#mobile_drop_fix{display:block;padding:20px 0px 33px 0px;margin:0 auto 0 auto;}
#mobile_drop_fix ul li{list-style:none;display:block}
#mobile_drop_fix ul li ul{ margin-left:20px; margin-bottom:15px;}
#mobile_drop_fix ul li ul h2{ color:#FFF; text-decoration:underline;}
#mobile_drop_fix ul li ul li{margin:0 0 0 4px;}
#mobile_drop_fix ul li ul li a{border-bottom:0!important}
#mobile_drop_fix a{display:block;color:#fff;display:block;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;text-decoration:none;padding:7px 0; font-size:13px;}
#mobile_drop_fix a:hover{-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;
color:#CCCCCC;}
.bannercaption{ left:440px;}
.category-box{ width:179px;}
.categery-img{ width:165px; height:133px!important;}
#consumer-preference .category-box{ width:218px;}
#consumer-preference .categery-img{ width:210px; height:169px;}
.video{ width:486px;}
#sublinks a{ width:176px;}
#prodct-category li{ width:247px;}
#prodct-category .category-box{ width:227px;}
#prodct-category .categery-img{ width:199px; height:161px;}
.event-img{ width:468px; height:322px;}
.event-content{ width:404px;}
.contactdetail-cover{ margin: 0 37px 0 0;}
.vision-box{ width:496px;}
.contact-box{ width:312px;}
.contactfrm-cover{ width:223px;}
.contact-frm .captha{ width:139px;}
#prduct-listbox{ width:734px;}
#prduct-listbox .category-box{ width:229px;}
#product-details,#banner-box{ width:100%;}
.topicon-box{ margin:29px 18px;}
#pdt-details{ width:430px;}
#productmain{ width:490px;}
.picZoomer-pic-wp{ width:490px !important; height:394px !important; }
#current-pdt .consumerslide li{ margin:0 3px 10px 3px;}
}

@media (max-width:992px){
.container{ width:768px;}
#topmail, #devider, #productmain::before{ display:none;}
#topicon-cover{ padding:0 0 0 25px;}
.topicon-box{ margin-right:0;}
#search-box{ position:static; margin:0 auto; width:768px;}
#search-box form, .video, .vision-box, .contact-box, #map, .contact-frm, #prduct-listbox, #otherproducts, #pdt-details{ width:100%;}
.category-box{ margin:0 9px 11px 0}
#consumer-preference .category-box{ width:232px;}
.video{ margin-right:0; margin-bottom:20px;}
#prodct-category li{ width:255px;}
#prodct-category .category-box{ width:237px;}
.event-img{ width:360px; height:240px;}
.event-content{ width:300px;}
#footer-social{ float:left;}
#copyright{ margin:0; width:290px; float:right;}
.last-child, #about-img{ float:none; clear:both;}
.newsletter-frm{ margin:10px 0;}
.vision-box{ min-height:inherit;}
.contact-box{ margin-bottom:18px;}
.contactfrm-cover{ width:363px;}
#product-cover, #consumer-preference, .greybg, #prodct-category{ background-size:95%;}
.greybg{ padding-bottom:36px;}
#content-cover .event-img{ float:none;}
#content-cover .date{ position:static; width:50px; padding:0;}
#prduct-listbox .category-box{ width:241px;}
#otherproducts{ margin:40px 0 0 0;}
#product-details .category-box{ width:169px;}
}

@media (max-width:768px){
.container, #search-box, .blog{ width:448px;}
.search-frm, #about-img, .contact-frm .captha, .contactfrm-cover, #productmain{ clear:both; float:none; width:100%; margin-left:0;}
.search-frm{ margin-bottom:15px;}
#topicon-cover{ margin:-154px 0 0 0;}
.bannercaption h1{ font-size:25px; margin-bottom:0;}
.bannercaption{ left:275px; font-size:13px; top:12px; width:265px;}
.category-box{ width:209px;}
#consumer-preference .category-box{ width:200px;}
#consumer-preference .categery-img{ width:200px; height:169px;}
.prev{ left:-20px;}
.next{ right:-5px;}
#prodct-category li{ width:448px;}
#prodct-category .category-box{ width:417px; min-height:inherit;}
#prodct-category .categery-img{ width:230px; height:185px;}
.event-img, #content-cover .event-img{ width:448px; height:308px;}
.event-content{ width:380px;}
#clients li{ margin:4px 20px 0 0;}
.client-img{ width:207px; height:122px;}
.contactdetail-cover{ margin:0 37px 30px 0;}
#copyright, #footer-social{ float:none; margin:30px 0 0 0;}
.newsletter-frm input{ width:320px;}
#map{ height:250px;}
#prduct-listbox .category-box{ width:209px;}
#productmain{ margin:0 0 50px 0;}
#product-details .category-box{ width:188px;}
#sublinks a{ width:218px; margin-bottom:8px;}
.picZoomer-pic-wp{ width:100% !important; height:100% !important;}
#current-pdt .consumerslide li{ margin:0 1px 10px 3px;}
#sublinks .active{ height:auto; padding:12px 22px; border-radius:8px;}

}

@media (max-width:448px){
.container, #search-box, #prodct-category li, .event-content, .blog, #prduct-listbox .category-box, #sublinks a{ width:300px;}
.topicon-box a h4{ font-size:13px;}
.topicon-box{ margin-left:10px;}
#topicon-cover{ background-image:none; padding-left:7px;}
.bannercaption{ left:160px; font-size:11px; top:12px; width:195px; line-height:12px;}
.bannercaption h1{ font-size:15px; line-height:19px;}
/* .category-box{ width:100%;}
.categery-img{ width:180px; height:145px;} */
.category-box{ width:45%;}
.categery-img{ width:100%; height:120px!important;}
#consumer-preference h2{ font-size:25px;}
#consumer-preference .category-box{ width:280px;}
.next{ right:-16px;}
.video{ height:156px; margin-bottom:0;}
#prodct-category .category-box{ width:290px;}
.event-img, #content-cover .event-img{ width:300px; height:207px;}
.event-content{ padding:0;}
.date{ margin:8px 0;}
.useinfo li{ line-height:23px; margin-bottom:8px;}
#clients li{ margin:4px 16px 0 0;}
.client-img{ width:140px; height:83px;}
#newsletter{ padding:0; background-image:none;}
.newsletter-frm .subs{ width:100%; margin:0;}
#about-head{ font-size:27px;}
.vision-box{ padding:26px 23px;}
#page-title h1{ font-size:21px; margin:19px 0;}
#products-cover h1{ font-size:23px;}
#productmain{ width:260px; /*height:209px;*/}
#product-details .category-box{ width:250px;}
#logo{ width:104px; height:76px;}
.picZoomer-pic-wp{ width:260px !important; height:209px !important;}
/* #current-pdt .category-box{ width:278px;} */
#current-pdt .category-box{ width:135px; height: 185px;}
#enquiry-btn{ font-size:20px;}
#sublinks .active{ margin-bottom:8px;}
}
/* ajax search - sinan */
#search-results {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
/*     max-width: 300px; */
	width: 100%;
    z-index: 1000;
}

.search-result-item {
	padding: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	gap: 10px;
	justify-content: start;
	align-items: center;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-title {
	font-size: 12px;
}

.search-result-item a {
    color: #333;
    text-decoration: none;
}
/* ajax search */

.accordion_in.acc_active .acc_content{
    border: 1px solid #d3d3d3;
    border-top: none;
    margin-top: -26px;
    padding: 22px;
}
.accordion_in.acc_active .category-box {
    width: 200px !important;
}
#prodct-category .category-box .pdt-titel h3 {
    color: #000;
}


/* Apply styles only to headings and text inside #content-coverblog */
#content-coverblog h1 {
    font-size: 2.2rem; /* Reduced from 2.5rem */
    font-weight: 700;
    margin: 18px 0;
}

#content-coverblog h2 {
    font-size: 1.8rem; /* Reduced from 2rem */
    font-weight: 600;
    margin: 16px 0;
}

#content-coverblog h3 {
    font-size: 1.6rem; /* Reduced from 1.75rem */
    font-weight: 600;
    margin: 14px 0;
}

#content-coverblog h4 {
    font-size: 1.4rem; /* Reduced from 1.5rem */
    font-weight: 500;
    margin: 12px 0;
}

#content-coverblog h5 {
    font-size: 1.2rem; /* Reduced from 1.25rem */
    font-weight: 500;
    margin: 10px 0;
}

#content-coverblog h6 {
    font-size: 1rem; /* Kept same */
    font-weight: 500;
    margin: 8px 0;
}

/* Make paragraph text slightly larger */
#content-coverblog p {
    font-size: 1.3rem; /* Increased from 1rem */
    font-weight: 400;
    color: #333;
    line-height: 1.7; /* Slightly increased for better readability */
    margin-bottom: 18px;
}

/* Ensure spacing for next/previous post links */
#content-coverblog strong {
    font-weight: 600;
}

#content-coverblog small {
    font-size: 0.9rem; /* Slightly larger from 0.85rem */
    color: #777;
}


/* Custom styles company-title */

.company-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.company-description p {
    text-align: justify;
}


/* === brand wrapper bottom spacing === */ .brand-wrapper { padding-bottom: 20px; }

/* === Brand Page Custom Styles === */
.single-brand { display: flex; align-items: center; flex-wrap: wrap; padding: 15px 20px; border-radius: 0; margin-bottom: 0; box-shadow: none !important; border-bottom: 1px solid #ccc; }
.single-brand:last-of-type { border-bottom: none; padding-bottom: 10px; }
.single-brand:nth-child(odd) { background: #ffffff !important; }
.single-brand:nth-child(even) { background: #f2f2f2 !important; }

.brand-image { flex: 0 0 227px; max-width: 227px; padding: 0 20px 0 0; text-align: left; }
.brand-image img { width: 227px !important; height: 134px !important; object-fit: cover !important; display: block; }

.brand-content { flex: 1; padding: 0; text-align: justify; }
.brand-content p { margin: 0 0 1em; font-size: inherit; line-height: inherit; color: inherit; }

/* === Mobile Responsive === */
@media (max-width: 767px) {
  .single-brand { flex-direction: column; align-items: center; padding: 10px 10px; }
  .brand-image { flex: 100%; max-width: 100%; padding: 10px 0; text-align: center; }
  .brand-image img { width: 150px !important; height: auto !important; margin-bottom: 10px; }
  .brand-content { flex: 100%; max-width: 100%; padding: 0 15px; text-align: justify; }
}


/* ===== Countries Grid Layout (4 per row with responsive) ===== */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px; /* Space before footer */
}

/* ===== Single Country Card ===== */
.single-country-card {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
}

.single-country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.single-country-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.single-country-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.single-country-card p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    flex-grow: 1;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.read-more:hover {
    background: #333;
}

/* ===== Section Title ===== */
.country-page-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

/* ===== Responsive Grid Layout ===== */
@media (max-width: 1024px) {
    .countries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .countries-grid {
        grid-template-columns: 1fr;
    }
}





.single-country-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.country-image {
    flex: 1 1 40%;
}

.country-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.country-details {
    flex: 1 1 55%;
}

.country-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
}

.country-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 767px) {
    .single-country-wrapper {
        flex-direction: column;
    }
    .country-title {
        text-align: center;
    }
}

/* ===== Country Page Headings Fix (Force correct sizes) ===== */
.country-content h1,
.country-content h2,
.country-content h3,
.country-content h4,
.country-content h5,
.country-content h6{
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.3 !important;
  margin: 18px 0 10px !important;
  color: #000 !important;
}

/* Different sizes (forced) */
.country-content h1{ font-size: 30px !important; font-weight: 800 !important; }
.country-content h2{ font-size: 24px !important; font-weight: 800 !important; }
.country-content h3{ font-size: 20px !important; font-weight: 700 !important; }
.country-content h4{ font-size: 18px !important; font-weight: 700 !important; }
.country-content h5{ font-size: 16px !important; font-weight: 600 !important; }
.country-content h6{ font-size: 14px !important; font-weight: 600 !important; }

/* Paragraph fix */
.country-content p{
  font-size: 13px !important;
  line-height: 1.8 !important;
  margin: 0 0 14px 0 !important;
  color: #555 !important;
}



/* -------------------------------------------------------------
   Fix: Bullets/Numbers not showing inside post content
------------------------------------------------------------- */
.lwp-post ul,
.lwp-post .wp-block-list ul {
  list-style: disc !important;
  margin: 0 0 1em 1.5em !important;
  padding-left: 0 !important;
}

.lwp-post ol,
.lwp-post .wp-block-list ol {
  list-style: decimal !important;
  margin: 0 0 1em 1.5em !important;
  padding-left: 0 !important;
}

.lwp-post li {
  margin: 0.35em 0;
}





/* -------------------------------------------------------------
   Fix: WordPress "details" accordion (if you use <details><summary>)
------------------------------------------------------------- */
.lwp-post details {
  border: 1px solid #ddd;
  padding: 12px 14px;
  border-radius: 8px;
  margin: 10px 0;
  background: #fff;
}

.lwp-post summary {
  cursor: pointer;
  font-weight: 600;
  outline: none;
}

.lwp-post details[open] {
  border-color: #bbb;
}


/* 🔧 FIX: <details> accordion not opening (click blocked) */
#content-coverblog details {
  position: relative;
  display: block;
}

#content-coverblog summary {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

#content-coverblog details * {
  pointer-events: auto;
}

/* Yoast FAQ Accordion */
.wp-block-yoast-faq-block .schema-faq-question{
  cursor: pointer;
  display: block;
  font-weight: 600;
}

.wp-block-yoast-faq-block .schema-faq-section.is-collapsed .schema-faq-answer{
  display: none !important;
}

.wp-block-yoast-faq-block .schema-faq-question::after{
  content: "+";
  float: right;
  font-weight: 700;
}

.wp-block-yoast-faq-block .schema-faq-section:not(.is-collapsed) .schema-faq-question::after{
  content: "–";
}


/* Slightly smaller FAQ answer text */
#content-coverblog .schema-faq-answer {
  font-size: inherit;
  line-height: inherit;
}

#content-coverblog ul.wp-block-list,
#content-coverblog ul.wp-block-list li {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}






/* ================= CATEGORY INFO (ISOLATED) ================= */
#products-cover{background:#ededed;padding:26px 0 36px;width:100%;}
#products-cover .container{max-width:1300px;margin:0 auto;padding:0 15px;box-sizing:border-box;}
#product-details{background:#fff;max-width:1100px;margin:0 auto;padding:26px 26px 36px;box-sizing:border-box;position:relative;z-index:1;}
@media(max-width:1200px){#product-details{max-width:100%;padding:20px;}}
@media(max-width:768px){#products-cover{padding:18px 0 22px;}#product-details{padding:16px 14px 22px;max-width:100%;}}

/* ================= TITLE (H1 OUTSIDE CONTENT) ================= */
#product-details .ci-title{font-family:Montserrat,sans-serif!important;color:#111!important;font-weight:800!important;letter-spacing:0!important;line-height:1.25!important;font-size:32px!important;margin:0 0 18px!important;}
@media(max-width:768px){#product-details .ci-title{font-size:26px!important;line-height:1.2!important;margin:0 0 14px!important;}}

/* ================= CONTENT WRAPPER SAFETY ================= */
#product-details .ci-content{position:relative!important;z-index:2!important;overflow:visible!important;}

/* ================= HEADINGS INSIDE CONTENT ================= */
#product-details .ci-content h1,#product-details .ci-content h2,#product-details .ci-content h3,#product-details .ci-content h4,#product-details .ci-content h5,#product-details .ci-content h6{font-family:Montserrat,sans-serif!important;color:#111!important;line-height:1.25!important;letter-spacing:0!important;font-weight:800!important;margin:0 0 12px!important;display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;overflow:visible!important;clear:both!important;position:relative!important;z-index:3!important;}
#product-details .ci-content h1{font-size:32px!important;margin:0 0 18px!important;}
#product-details .ci-content h2{font-size:26px!important;margin:30px 0 14px!important;padding-bottom:8px!important;border-bottom:2px solid #efefef!important;}
#product-details .ci-content h3{font-size:20px!important;margin:22px 0 12px!important;}
#product-details .ci-content h4{font-size:16px!important;margin:18px 0 10px!important;}
#product-details .ci-content h5{font-size:14px!important;margin:16px 0 8px!important;}
#product-details .ci-content h6{font-size:12px!important;margin:14px 0 8px!important;}

/* ================= TEXT (DESKTOP OLD SIZE) ================= */
@media(min-width:769px){
#product-details .ci-content p,#product-details .ci-content li,#product-details .ci-content .my-para,.acc_content,.acc_content span{font-family:Montserrat,sans-serif!important;font-size:13px!important;line-height:18px!important;color:#333!important;margin:0 0 10px!important;}
#product-details .ci-content ul{margin:0 0 12px 18px!important;padding:0!important;}
#product-details .ci-content ul li{margin-bottom:6px!important;}
}

/* ================= TEXT (MOBILE READABLE) ================= */
@media(max-width:768px){
#product-details .ci-content h2{font-size:22px!important;margin:22px 0 12px!important;padding-bottom:6px!important;border-bottom:2px solid #efefef!important;}
#product-details .ci-content h3{font-size:19px!important;margin:18px 0 8px!important;}
#product-details .ci-content h4{font-size:17px!important;margin:16px 0 8px!important;}
#product-details .ci-content h5{font-size:16px!important;margin:14px 0 6px!important;}
#product-details .ci-content p,#product-details .ci-content li,#product-details .ci-content .my-para{font-family:Montserrat,sans-serif!important;font-size:15px!important;line-height:1.65!important;color:#333!important;margin:0 0 12px!important;}
#product-details .ci-content ul{margin:0 0 14px 16px!important;padding:0!important;}
#product-details .ci-content ul li{margin-bottom:8px!important;}
}

/* ================= IMAGES (FIX H2 DISAPPEAR ISSUE) ================= */
#product-details .ci-content img{max-width:100%;height:auto;display:block!important;margin:0 0 18px;float:none!important;clear:both!important;position:relative!important;z-index:1!important;}
@media(max-width:768px){#product-details .ci-content img{margin:0 0 16px;}}
#product-details .ci-content img:first-of-type{width:100%!important;max-width:100%!important;position:static!important;left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;}

/* WP sometimes wraps image in <p> – keep it clean */
#product-details .ci-content p{overflow:visible!important;}
#product-details .ci-content p>img{display:block!important;margin:0 0 18px;float:none!important;clear:both!important;}

/* ================= CLEAN JUNK WRAPPERS (FROM COPY/PASTE) ================= */
#product-details .ci-content .flex,#product-details .ci-content .flex-shrink-0,#product-details .ci-content .items-end,#product-details .ci-content .rounded-full,#product-details .ci-content .gizmo-shadow-stroke,#product-details .ci-content .relative,#product-details .ci-content .overflow-hidden,#product-details .ci-content .h-8,#product-details .ci-content .w-8{all:unset;}
