/*
	Theme Name: Nibavlifts
	Theme URI: https://www.nibavlifts.ke/
	Description: Nibav theme
	Version: 1.0.0
	Author: Nibav
	Author URI: https://www.nibavlifts.ke/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

*{ 
	font-family: 'Inter', sans-serif;
}

body {
  margin: 0;
  background-color: #111;
  color: #fff;
}



.btn-contact {
  margin-left: 30px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
}

.video-gallery {
  padding: 40px 20px;
  background-color: #000;
  text-align: center;
}

.filter-options {
  margin-bottom: 20px;
}

.filter-btn {
  background: none;
  border: none;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
}

.filter-btn.active {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
}

.video-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.video-card {
  background-color: #222;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 400px;
}

.video-card img {
  max-width: 100%;
  border-radius: 10px;
}

.play-button {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-image: url('img/play-icon.png');
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat;
}

.video-card:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-container {
  max-width: 640px;
  margin: 0 auto;
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 640px;
  cursor: pointer;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 75px;
  padding-bottom: 56.25%;
  background-color: #000;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.video-thumbnail:hover .play-icon {
  opacity: 1;
}

.video-iframe {
  border: none;
  display: none;
}

#loading img {
  width: 80px;
  height: 80px;
}
/* Blog Single Page */
.custom-blogs .breadcrumb-item + .breadcrumb-item::before {
	color: #fff !important;
	text-decoration: none;
	content: " » " !important;
}
.custom-sidebar h4 {
	font-size: 20px;
	line-height: 1.5;
	padding-top: 20px;
}
.custom-sidebar {
/*	background: #424242;
	border: 1px solid #ddd;*/
	padding: 15px 15px 25px 15px;	
	border-radius: 5px;
	/*margin-top: 20px;*/
	
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	z-index: 99;
}
.custom-sidebar.custom-sidebar-blog { top: 50px;  }
.custom-single-left h1 {
	font-size: 32px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 5px;
}
.custom-single-left .accordion-button.collapsed {
	padding-bottom: 0;
	padding-top: 20px;
}
.custom-single-left .price-section-home h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.custom-single-left h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0;
  margin-top: 0;
}
.custom-single-left .product-box1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-single-left .price-section-home {
	padding-left: 0;
	padding-right: 0;
}
.custom-single-left .accordion-button:focus {
		box-shadow: none;
}
.custom-single-left h3 { 
font-size: 22px;
}
.custom-single-left ul li  {
font-size: 15px; line-height:2;
}
.custom-single-left p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.download-brochure a.btn.btn-primary.Downbutton {
	background-color: #000;
	color: #fff;
}
.download-brochure .newsec h2 {	
	padding-top: 0px;
}
.download-brochure .newsec p {
	text-align: left;
	color: #fff;
	line-height: 2;
	margin-top: 25px;
}

/* Table of content*/
.table-of-contents {
	background: #424242;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.table-of-contents h2 {
    margin-top: 0;
    font-size: 18px;
    color: #d7d7d7;
}

.table-of-contents ul {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
}


.table-of-contents ul ul {
    margin-left: 0px; 
	 padding-left: 0px;
	list-style-type: none;

}
.table-of-contents ul ul ul li ul { 
 padding-left: 20px;
}

.table-of-contents li {
    margin: 5px 0;
}

.table-of-contents li a {
	text-decoration: none;
	color: #f4f4f4;
	font-size: 13px;
}
.table-of-contents li a:hover {
    text-decoration: underline;
}
.table-of-contents  .bi.bi-chevron-double-right {
	padding-right: 10px; color: #f4f4f4;
}


/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.post-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-title {
    font-size: 1em;
    margin: 15px;
    color: #333;
    text-align: center;
}

.post-meta {
    font-size: 0.8em;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
}

/* Pagination */
.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a, .pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    background: #f9f9f9;
    transition: background 0.3s ease;
}

.pagination a:hover {
    background: #0073aa;
    color: #fff;
}

.pagination .current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}
.main-content.page.single-blog {
	padding-top: 2%;
}
.main-content.page.single-blog h1 { text-align:center; }
.main-content.page.single-blog .breadcrumb  li a  { color:#eee; text-decoration:none; }
.main-content.page.single-blog .breadcrumb  li{ color:#fff; 
 }
.main-content.page.single-blog .breadcrumb  li.active:before  { color:#fff; 	text-decoration: none;	content: " » " !important; }
	
.main-content.page.single-blog .post-item a { text-decoration:none; }
.main-content.page.single-blog form.vertical-form input, form.vertical-form select {
	min-width: 100% !important;
}
.recent-posts-list li a {
	color: #eee;
	text-decoration: none;
	font-size: 1em;
	line-height: 2em;
}
.custom-sidebar-blog h2 { font-size: 1.7rem; padding-top: 40px;    padding-bottom: 15px; text-align:left; }
.single-post form.vertical-form input, .single-post form.vertical-form select {
	min-width: 100% !important;
}
.newsec.text-center {
	padding-top: 0%;
}

.main-content.page.single-blog .breadcrumb li.active { color: #007bff; }
.custom-single-left h4 { font-size: 1em;}
.loading-spinner {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	/* background: rgba(0, 0, 0, 0.8); */
	/* color: #fff; */
	/* padding: 10px 20px; */
	/* border-radius: 5px; */
	/* font-size: 14px; */
	z-index: 9999;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
	top: 30%;
	border: 0px !important;
	/*height: auto;
	width: auto;
	border-radius: 0;*/
	animation: none;
}
.custom-sidebar ul.recent-posts-list  {  position:relative; }
.custom-sidebar ul.recent-posts-list li  { list-style-type:none; line-height: 1.8; }
.custom-sidebar ul.recent-posts-list .bi.bi-chevron-double-right {
	position: absolute;
	left: 5px; 
}
.custom-single ol.breadcrumb  { text-align:left;}
.custom-single .post-meta  { text-align:left;color: #eee;}
.custom-single ol.breadcrumb {
	text-align: left !important;
	justify-content: left !important;
}
.custom-single  .breadcrumb li a {
	color: #eee;
	text-decoration: none;
}
.custom-single .breadcrumb li.active {
	color: #007bff;
}
.custom-single .breadcrumb-item + .breadcrumb-item::before {
	color: #fff !important;
	text-decoration: none;
	content: " » " !important;
}
.our-company-imgs img { width:100%; }
.section-our-company-black {
	background: #000;
	padding-top: 3%;
	padding-bottom: 3%;
}
.home-company-nibav  h4 { padding-bottom:10px;  padding-top:20px;}
.home-company-nibav  h3 { padding-bottom:12px;  padding-top:20px; font-size: 36px;  font-weight: 700;}
.products-kenya h2{ font-size: 36px;  font-weight: 700;  padding-bottom:12px;}
.section-home-black.feature-home-wrap.products-kenya {
	padding-top: 3%;
	background: #242323;
}
.feature-home-wrap .feature-home-wrap-prod .icon-box img  { padding:0px; }
.feature-home-wrap .feature-home-wrap-prod .icon-box {
		min-height: 325px;	
}
.card-text { text-align:center; padding-left:20px; padding-right:20px; }
.row-spe .proimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.row-spe h2 {
	padding-bottom: 40px;
	padding-top: 20px;
}
.product-in  h1.display-4 {	font-size: 2.5rem;}
.d-flex-new {
	text-align: center;
	background: #2b2b2b;
	padding: 3% 10%;
	border-radius: 10px;
}
.d-flex-new h5 {
	font-size: 30px;
	line-height: 1.7;
}
.main-desc p { padding:4% 0; text-align:center; }
.main-desc {
	padding-left: 30px;
	padding-right: 30px;
}
.nos {
	border: 1px solid #fff;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
}
.nos h1 {
	font-size: 24px;
	padding-top: 8px;
}
.innersec .row.space {
	margin-top: 25px;
	margin-bottom: 25px; padding-right: 8%;
}
.innersec  { padding-top:3%; }
.innersec-inner {
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 4%;
	background: #4d4d4d;
	border-radius: 10px;
	margin-bottom: 4%; 
}
.innersec-inner h2 {
	padding-bottom: 3%;
}
img.img-class  { width:100%; }
.main-desc li {
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
}
.newcol img.img-class {
	width: 100%;
	border-radius: 10px;
}
.table-responsive th  { background: #5f5f5f;  color: #fff;}
.table-responsive td {	background: #3f3e3e;	color: #fff;}
.innersec-bot   {  padding-top:2%; padding-bottom:2%;}
.innersec-bot .row.space {  padding-top:2%; padding-bottom:2%;}
.innersec-bot p {
	padding-bottom: 2%;
	text-align: center;
}
.main-desc h6 { font-size:12px; }
.down {
	width: 160px;
}
a.btn.btn-primary.Downbutton {
	color: #000 !important;
}
.Downbutton {
	border: #000;
	background-color: #fff !important;
	color: #000 !important;
	margin: 12px auto;
	padding: 12px !important;
	border-radius: 5px;
	color: black;
	font-size: 16px;
	cursor: pointer;
}
.downsec { width: 90%;
	padding: 30px !important;
	margin-top: 30px;
	background-color: #383636ad !important;
	border-radius: 35px !important;
	margin-bottom: 30px;
}
.newsec p {
	text-align: left;
	color: #fff;
	font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}
.newsec h2 {
	color: #fff !important; font-weight:800;
}
.innersec-bot h2 { padding-bottom:20px; }
.product-max .accordion-button {
	background: #000 !important;
	color: #fff !important;
}
.product-max .accordion-button::after { border: 1px solid #fff;
  background-color: #fff; }
.product-max .accordion-body {	background: #3f3e3e; color:#fff;}
.mainmenu button.dropdown-toggle {
	display: none;
}
.productimag img.proimg { border-radius:10px; }
.newsec img.proimg  { border-radius:10px }
.prod-sec  { text-align:center;} 
.form-container.div-horizontal-form {
	display: flex;
}
.iti__selected-dial-code {
	color: #000;
}
.innersec h2, .innersec-bot h2 { font-weight:bold; }
.feature-home-wrap .icon-box p {
	font-size: 13px;
	min-height: 85px;
}
.section-home-pd.bottom-home { background: #313131;}
.innersec.innersec-bot-1 { padding-top:0; }
.innersec-bot-1 .innersec-inner { margin-top:0; }
.main-desc p {
	padding: 4% 0 0;
	text-align: center;
}
.breadcrumb-item a {
	color: #fff;
	text-decoration: none;
}
.breadcrumb li.breadcrumb-item.active { color: #007bff; }
.breadcrumb-item + .breadcrumb-item::before  {color: #fff;  }
.our-company-imgs  { text-align:right; }
form.vertical-form {
	max-width: 100%;
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
}
.row.colorsec.space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgsece {
	padding-top: 3%;
	padding-bottom: 2%;
}
.custom-contact form#verticalForm {
		margin: 0;
	}
.blog-hd h2 { font-size: 1.5rem; padding-top:15px; padding-bottom:15px;}
a.learnmore { color:#fff; }
.rounded-4-box  { max-height:300px; width: 100%; }
.price-section-home button.accordion-button.collapsed {
	color: #fff;
	font-weight: bold;
	background-color: #1d1d1d;
	outline: none;
}
.feature-home-wrap.feature-home-wrap-new .icon-box p {
	font-size: 13px;
	min-height: 110px;
}
.main-desc.newcol img.img-class {
	width: auto;
	border-radius: 10px;
	max-height: 310px;
}
.page .downsec {
		margin-top: 4rem !important;	
}
form.vertical-form button,.contactformhome form.vertical-form button {
	background-color: #000 !important;
	color: #fff !important; border: 1px solid #fff;
}
@media only screen and (max-width: 995px) {
.download-brochure .newsec h2 {
	padding-top: 25px;
}
.download-brochure .newsec p {
		margin-top: 5px;
}
.header-top .header-wrap {
	padding-bottom: 10px;
	padding-top: 10px;
}
.banner .container {
	position: relative;
	z-index: 2;
	padding-top: 30px;
}
.navbar-nav .dropdown-menu {
	display: block;
}
.bread_link.text-center {
	padding-bottom: 45px;
}
/*ol.breadcrumb {
	margin:0 auto 20px auto;
	padding-top: 20px;
	width: 85%;
}*/

/*ol.breadcrumb li {
	color: #007bff !important;
	font-weight: 400;
	display: block;
	width: 100%; text-align: center;
}*/
}
@media only screen and (max-width: 767px) {
.d-none1 { display:none; }
.product-in h1.display-4 {
	font-size: 1.5rem;
}
	ul#menu-main {
	width: 100%;
}
 .custom-single-left p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.our-company-imgs img {
	width: 100%;
}
.section-home-black  { background: #444;}
.feature-home-wrap .icon-box p {
	font-size: 13px;
	min-height: auto;
}
.products-kenya h2 {
	font-size: 27px;
	font-weight: 700;
	padding-bottom: 12px;
	padding-top: 20px;
}
.section-our-best-pd.section-our-company-black {
	background: #363636;
}
.home-company-nibav h3 {
	padding-bottom: 12px;
	padding-top: 20px;
	font-size: 26px;
	font-weight: 700;
}
}
