/*
Theme name: 91bikee
Author:Bhadresh Tandel
Version: 1.0
*/

/*========News Section =========*/

.page-title {
font-size:24px;
font-weight:bold;  
line-height:1.5;  
}

.news-meta,.post-thumbnail {
margin-bottom:20px;
}

.news-content {
font-size:16px;
background:#ffffff;  
}

.news-content h2,h3,h4,h5,h6 {
font-weight:bold;
}


/* Prevent image from overflowing parent div */
.wp-block-image,
figure,
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  overflow: hidden;
}



.news-meta a,.news-content a {color:#d30000;}


/*===========Default Section CSS======*/

.default {
float: left;
width: 100%;
border:1px solid #eee;
border-radius: 10px;
padding: 10px;
margin-bottom: 20px;  
}


/*=======Pro Cons section===*/

.pros-cons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
  margin-bottom: 20px;
}

.pros-box, .cons-box {
  flex: 1 1 45%;
  padding:0px 20px;
  border-radius: 10px;
  background: #f9f9f9;
  transition: transform 0.3s ease;
}

.pros-box {
  background:#dff1e74d;
}

.cons-box {
  background: #ff1e3c08;
}

.pros-box h3, .cons-box h3 {
  margin-bottom: 10px;
  color: #333;
}

.pros-box ul, .cons-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.9;
  padding: 10px 0;
}

.pros-box li::before {
  content: "✔ ";
  color: #28a745;
  font-weight: bold;
  margin-right: 8px;
}

.cons-box li::before {
  content: "✘ ";
  color: #dc3545;
  font-weight: bold;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .pros-cons-wrapper {
    flex-direction: column;
  }

  .pros-box, .cons-box {
    flex: 1 1 100%;
  }
}



/*=============FAQ Sections==============*/

.faq-section,.pro-cons-section {
border:1px solid #eee;
border-radius: 5px;
padding: 20px;
margin: 20px 0;
box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.faq-title,.pc-title {
font-size:20px;
font-weight: 600;
margin-bottom: 30px;
color: #555;
}

.faq-flat-list{
max-width: 800px;
margin: 0 auto 40px;
}

.faq-box {
border: 1px solid #eee;
border-radius: 6px;
padding: 16px 20px;
margin-bottom: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.faq-box .question {
font-weight: 600;
color: #222;
margin-bottom: 10px;
font-size: 18px;
 }

.faq-box .answer {
font-size: 16px;
color: #555;
line-height: 1.6;
}

/*==========Section for Item Type========*/

.item-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;  
}

.product-type img {
width: 100px;  
}

.product-type a {color: #333;}

.product-type ul li {
float: left;
width:20%;
border:1px solid #ddd;
border-radius: 5px;
text-align: center;
font-weight: 600;
padding: 5px;
margin:10px 5px;

}

.text {display: block;}

/******* Link Section *********/

.link-section {
float: left;
width: 100%;
margin-bottom: 20px;
border:1px solid #ddd;  
}

.section-title {
margin: 0;
border-bottom: 1px solid #ddd;  
font-size:20px;
padding:7px;
}

.widget-links {
margin:10px;
font-weight:600;
line-height:2;  
} 

.widget-links a {color:#00aae1;}

/******* Instagram Post *********/

.insta-cover {
float: left;  
width:97%;
border:5px solid orange;
padding: 10px;  
text-align: center;
margin-bottom: 20px;
background:#fff;  
}

.vs img {width:55px;}

.part-1,.part-2 {
float: left;
width: 50%; 
}

.p-heading,.l-heading,.r-heading  {
display: inline-block;
padding: 5px 10px;
background: #d30000;
color: #fff;
border-radius: 5px;
font-weight: 600;  
margin-top: 15px;
}

.l-heading {background:maroon;} 
.r-heading{background:#006767;}

.part-1 {border-right: 1px solid;}

.p-img {width: 150px; margin: 0 auto;}

.p-detail ul li {
list-style: disc;
text-align: left;
margin-left:80px;
font-weight: 600;
line-height: 2;

}

.price-section {
float:left;
width:100%;  
margin-top:30px;  
}

.p-digit{
display: inline-block;
width: 50%;
border-bottom: 2px solid;
border-bottom-color: #000;
font-size:20px;
font-weight: 600;
color: #d30000;  
}

.p-type {
display: block;
font-size: 12px;
font-weight: 600;
padding-top: 3px;  
}

.ft-section {
float: left;
width: 100%;
margin-top:10px;  
}

.branding {
float: left; 
margin-top:25px; 
}

.branding img {width: 100px;}

.notes {
float: left;
width: 80%;
margin-top:70px;  
}

span.e-design {
font-weight: 600;
color: orangered;  
}


/*=============Insta box CSS==============*/

.p-box li {
float: left;
width: 28%; 
margin-left: 14px;
margin-top: 10px;
margin-bottom: 10px; 
}


.l-box,.r-box,.property {
display: block; 
color: #fff;
text-transform: uppercase; 
}

.l-box {
font-size:15px;  
font-weight: 600;
background: maroon;
padding:5px 0px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;  
}

.r-box {
font-size:15px;    
font-weight: 600;
background:#006677;
padding:5px 0px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;  
}


.property {
font-size:12px; 
text-transform: uppercase;
background: #000;
padding: 3px 0px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;  
}




.left-thumb-compare {
float: left;
width:100px;
margin: 10px 5px;  
}


.bk-comparison {margin-bottom: 20px;}

.img-stand {
background: #fff;  
position: sticky;
top:0;
z-index:999;  
border:1px solid #ddd;
float: left;
width: 100%;
margin-bottom:3px;
}

.img-stand img {
width:100px;  
}

.img-1,.img-2 {
float: left;
width:50%;
text-align: center;  
}

.img-2{
border-left: 1px solid #ddd;  
}

.ts {
display:block;
font-weight: 600;
}

.ts a {color: #333}

.ps {color:#d30000; font-weight:600;}

.bk-comparison h3 {
float: left;
width: 100%;  
background:#0c0c0c;
font-size:14px;
padding: 2px 10px;
color: #fff;
font-weight: 600;
margin: 0;  
text-align: center;
}

.bk-comp-table {
margin: 0;  
border-radius: 0;
box-shadow:0 0 0 0;  
}

.bk-comp-table 
tbody tr:nth-child(even) {
background-color:#fff;
}

.bk-comp-table tr {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
  height: auto;
}

.bk-comp-table td.heading {
  grid-area: 1 / 1 / 1 / 5;
  background:#f2f2f2;
  color: #333;
  padding: 3px 10px;
}

.bk-comp-table td:first-child, .sm-comp-table td:last-child {
  border-right: 0;
}

.bk-comp-table td {
  padding:2px;
  border-right: 1px solid #eee;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: pre-wrap;
  word-break: break-word;
}



.timeline {
font-size: 13px;
padding: 5px;
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
margin-bottom: 10px;    
}

.timeline a {color: #ff0000;}

.right-sidebar {float:left;}


*{
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none!important;
  font-family: 'Poppins', sans-serif;
}

img{max-width:100%; height: auto;}


h2,h3 {
  float:left;
  width:100%;
 font-size:18px; 
  line-height: 1.5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
color: #666; 
border: 1px solid #ccc; 
border-radius: 3px;
display: block; 
box-sizing:border-box; 
width:100%; 
padding:10px 12px; 
margin-bottom: 5px;
font-weight: 500;
}


.comp-head {
    background:#36304a;
    color:#fff;
    text-align: center;
    font-weight: 600;
}

.comp-img {
margin:0 auto;
box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
}

.sticky-model {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

td.sticky-head {
    background: #0c0c0c;
    height:70px;
    color: #fff;
    border-right: 1px solid #fff;
}

.comp-detail {
    text-align: center;
}

table {
border-collapse: collapse;
background: #fff;
border-radius: 10px;
width: 100%;
margin: 15px auto;
position: relative;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


tbody tr:nth-child(even) {
background-color: #f5f5f5;
}

thead {
background: #36304a;
}

th {
color: #fff;
padding:15px; 
}

table tbody tr {
    height: 50px;
}

tbody tr {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset;
}

td {padding: 10px; width: 50%; line-height:1.6; border:1px solid #f2f2f2;}

strong {font-weight:600;}

.entry-content{
line-height:1.9;
}

.wrapper{
  background: #0c0c0c;
  position:sticky;
  z-index: 999;
  top:0;
  width: 100%;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 125px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  text-transform: uppercase;  
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.content .links li{
  list-style: none;
  line-height: 70px;
  margin-top: 10px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #00aae1;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width:20px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  background: #171c24;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}
/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #171c24;
  top: 50px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}
@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 115px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
    margin-top:-45px;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size:16px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-country:checked ~ ul,
  .content .links #show-bikes:checked ~ ul,
  .content .links #show-cars:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}
@media screen and (max-width: 400px){


  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}


.brand-content{
  width: 100%;
  margin-top:20px;
  padding: 0 20px;
  text-align: center;
}

.brand-title {
font-size: 20px;
font-weight: 500; 
}


.swiper-wrapper {display: flex;overflow: auto; justify-content:center; }

.swiper-wrapper::-webkit-scrollbar {display: none;}

.swiper-wrapper a {
 margin:10px 5px; 
}

.ctext {
display: block;
color: #333;
text-align: center;
font-size: 12px;
text-transform: uppercase;  
}


.vtext {
display: block;
color: #333;
text-align: center;
font-size: 14px;
text-transform: uppercase;
padding:3px;  
}

.card {border: 1px solid #ddd; border-radius: 3px;}

.filter-card {background: #fafafa;}

.card-img {width:120px; height:60px; padding:10px; }

.swiper-wrapper .text {border-top: 1px solid #ddd; color: #333; padding: 5px}

/*================== Product List (Title, Images, Price) ====================*/


.francy-title {
float: left;
width: 100%;  
font-size: 22px;  
text-align: left;
margin-bottom: 20px;
padding-bottom:3px ;
}

.assu-product{
list-style: none;
width:24%;
height: 245px;
float: left;
margin-bottom:15px;
margin-left: 6px;
padding:0px 0;
position: relative;
text-align: center;
border: 1px solid #f1f1f1;
box-shadow: 0 1px 7px 0 hsla(0,0%,56.9%,.15);
}

.assu-product img{
display:inline-block; 
margin:0 0 0px;
width:130px;
height:130px; 
}


.loop-title{
font-size:14px;
display: table;
width:100%;
height: 50px;
padding:5px;
font-weight: 600;
color: #555;
border-bottom: 1px solid #ddd;
}

.loop-title p { display: table-cell; vertical-align: middle; }

.price-amount{
padding: 5px 8px;
color:#da0000;
text-decoration:none;
font-weight: 700;
}

.price-box {
display: inline-block;
color:red;
padding:0 5px;
font-weight:600;
}

.product-thumbnail{
width:200px;
height:200px;
border: 1px solid #f1f1f1;
margin: 10px;
}

.category-title {font-size: 18px; margin:25px 0;}

.rumoured-note {
font-size:12px;    
background: coral;
border-radius: 5px;
color: #fff;
display: inline-block;
padding: 2px 8px;
font-weight: 600;  
}


/*=====Single post css======*/

#breadcrumbs {
margin-top: 20px;
}

.product-box {
float: left;
width: 100%;
border: 1px solid #ddd;
margin-bottom: 20px;  
}

.image-area {
float: left;
width: 30%;
padding: 5px; 
}


.manufacturer {margin-top:10px; }

.manufacturer a, .product-price {color:#ff0000; font-weight: 600;}

.top-section {
border-bottom: 1px solid #eee; 
margin-bottom: 10px;
padding: 5px; 
}

.overview-data {
float: right;
width:70%;
padding:0 10px;
border-left:1px solid #ddd;
}



.product-title, .entry-title {
font-size:22px; 
font-weight: 600;
}

.entry-title {
border-bottom:1px solid #ddd;
margin-bottom:30px;
line-height: 1.5;
padding-bottom:5px;
}

.entry-content li {
list-style:disc;  
line-height:1.9;
margin-bottom:10px;
margin-left:20px;
}

.btn-buy,.btn-ev {display:block;}

.btn-ev {margin-top:10px;}

.comp-btn {
background: #dd0000;
float: right;
margin-top: -25px;
color: #fff!important;
border-radius: 3px;
padding: 5px;
font-size: 12px;
font-weight: 600;
}

.compare-btn {
background: #dd0000;
color: #fff!important;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
}

.score {
border-radius:10px;
float: right;
padding: 10px;
margin-top: 5px;
margin-right: 5px;  
}

.yellow-rating{background:darkorange;}
.green-rating{background: #47b92e;}
.red-rating{background: #f83f37;}

.comment {
    background: #f2f2f2;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}

.entry-content p {
line-height:1.9;
margin-bottom:20px;
}

.entry-content a {color: #ff0000;}


/*===============Info greed (Key Section) ===============*/



.info-greed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.d-flex {
  display: flex;
  border:1px solid #eee;   
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 5px;
  padding: 5px;
}


.d-flex:hover {
 background: #f1f1f1;
 border:1px solid #1991ff; 
}

.icon {
  width:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#999;
  font-size:22px;
  padding: 7px;
}

.text span:nth-child(1) {
  font-size: 14px;
  display: block;
  font-weight:600;
}

.text span:nth-child(2) {
  color: #555;
  font-size: 12px;
  font-weight:400;
}

.ms-1 {
  margin-left: 0.25rem !important;
}


/*================= Right Sidebar ================*/

.widget {margin-bottom:20px; margin-top: 20px;}

.widget-item {
width:100%;
float:left;
margin-top: 8px;
border:1px solid #1991ff;
}

.widget-title {
font-size: 1em;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
font-weight: 700;
color: #fff;
padding: 10px 10px;
background: #00aae1;
}

.widget-item ul { margin: 0 0!important; padding: 0;}

.widget-item li {
line-height: 1.6;
height: auto;
list-style: none;
font-size: 17px;
border-bottom: 1px solid #ddd;
padding:10px 10px;
}

.widget-item li:last-of-type { border-bottom: none;}

.widget-item ul li a {color: #444;}

.badge {background: #0c0c0c;}

.cat-item{
font-size: 15px!important;    
margin:5px 6px;
line-height: 2!important;
float: left;  
width:46%!important;
background: #f2f2f2;
text-align: center;
border-bottom:none!important;
border-radius:10px;
padding: 0 !important;
}

.cat-item a {padding:1px 8px; }

.widget-item li a:hover{color:#1991ff;}

.single-list-group {margin:10px 10px; }

.single-widget-item {
border: 1px solid #1991ff;  
float:left;  
width: 100%;
margin-bottom: 10px;
}


/*===============ajax compare===============*/

.compare-search-result {
background:#fff;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 45%;
display: block;
position: absolute;
font-size: 14px;
z-index: 1;
}


.compare-search-result img {width: 30px; height:30px;}

.compare-search-result h4 {
font-size: 14px;
color:#333;
border-bottom:0.4px solid #f4f4f4;
padding: 10px;    
}


.compare-search-result h4:hover {background: #eee;}


/*================= Compare Module (archive)  =====================*/

.compare-bike {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 70px;
  width:350px; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  float: left;
  margin:10px 5px;
}

.box-1, .box-2 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.box-1 img, .box-2 img {
  width: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.vss {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}



/*================== Site Footer ===================*/

.site-footer {background:linear-gradient(180deg,#17171c,#151631); color: #fff;padding: 10px 0;}

.site-footer h4 {
font-size:14px;
color: #ddd;
text-transform: uppercase;
font-weight:600;
text-align: center;
}



/*============Footer Widgets=============*/

.footer-widgets {
padding:25px;
background:linear-gradient(180deg,#17171c,#151631);
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}

.footer-widgets, .widget, .widget-item {width: 100%;float: left;}

.footer-widget-area {float: left;width:50%;box-sizing: border-box;}

.footer-logo {
font-size: 36px;
font-weight: 600;
margin-bottom: 20px;  
}

.footer-logo a {
color: #f2f2f2;  
}

.footer-title {
font-size: 18px;
color: #f2f2f2;
font-weight: 600;
margin-left: 10px;
margin-bottom: 10px;  
}

.footer-list {margin-bottom: 25px;}

.footer-list li {
display: inline-block;
margin:0 10px;  
}

.footer-list li a {
color: #ccc;  
}

.bg-badge {
background:#f2f2f2;
border-radius:10px;
margin-bottom:10px;
padding:25px;
}


/*========== Responsive Mobile & Tablet CSS  ==========*/

@media (max-width:480px) {
.swiper-wrapper {justify-content:left; }
.brand-content {top:12%;}
.assu-product{width:45%; margin: 1px 7px 20px 7px;}


.image-area, .overview-data,.compare-card-module {width: 100%;}
.overview-data {border-left:0;}
.top-section {padding: 10px 0;}
.image-area {border-bottom: 1px solid #ddd;}
.compare-card-module {margin:12px 0px;}

.footer-widget-area {width: 55%;}
.footer-title {margin-left: 0;}
.footer-list li {display:block; margin:10px 0;}
.compare-bike {width: 100%; margin-left:0}
}
