/* modal starts */
.fullscreen-swiper {
  width: 100%;
  /* height: 100%; */
}

.slider .swiper-container {
  margin-bottom: 20px;
}

#imageModal .modal-content {
  background-color: transparent !important;
}

.fullscreen-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the entire slide */
}

.modal-slider-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -80px);
}

.swiper-button-prev, .swiper-ltr .swiper-button-left {
  left: var(--swiper-navigation-sides-offset, -80px);
}

.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 40%);
  color: #fff;
  width: 100px;
  height: 100px;
}

.product_top_section .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.product_top_section .modal-content {
  position: relative;
  margin:50px auto 10px;
  width: 45%;
  max-width: 1200px;
  /* transform: translate(10px, 50px); */
  display: flex;
  justify-content: center;
  height: 100%;
  box-shadow: none;
}

.product_top_section .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

/* modal ends */
.slider {
  color: #fff;
  height: auto;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.modal-content .swiper-container {
  width: 100%;
  height: unset !important;
}
.slider__flex {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slider__col {
  display: flex;
  flex-direction: column;
  max-width: 215px;
  width: 100%;
  margin-right: 22px;
}

.slider__prev, .slider__next {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  transform: translateY(-50%);
 
}

.slider__next {
  right: 0;
 
}

.slider__prev {
  left: 0;
  
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: 330px;
  cursor: pointer;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 330px;
  width: 700px;
  position: relative;
  overflow: hidden;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}




/* generic top section part starts here */

.title-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

}

.title-share .share-box {
  display: flex;
  align-items: center;

}

.title-share .share-box img {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}

.title-share .share-box .share-dropdown {
  margin-bottom: 2px;
}

.title-share .share-box p {
  margin: 0px 5px;
  font-size: 16px;
}


.product-header-title {
  color: #030303;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}


.middle_section {
  display: flex;
  flex-direction: column;
  margin-bottom:30px;  
}

 .product_top_section {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 23px;
  /* grid-template-rows: 330px; */

}

 .product_top_section .the-product-info {
  padding:0px 28px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
  background-color: #fafafa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.product_top_section .view-images {
  position: absolute;
    color: #000;
    background-color: #fff;
    padding: 8px 12px;
    z-index: 10;
    border-radius: 8px;
    right: 12px;
    top: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}


 .product_top_section .the-product-info img{
  margin: 0px auto;
  width: auto;
  height: 90px;
  margin-bottom: 33px;
}

 .product_top_section .the-product-info p {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 20px;
  color: #21828e;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

 .product_top_section .the-product-info p span {

  font-weight: normal;
  color: #333333;
}

 .product_top_section .the-product-info p .product-contact-details {
  color: #00beab;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}

 .product_top_section .the-product-info a {
display: flex;
justify-content: center;
margin: auto;
width: fit-content;
margin: 0px;
}

.bike-page .product_top_section .product-carousel-images .product-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}



.bike-page .product_top_section .product-carousel-images .product-carousel .owl-carousel .owl-dots {
  position: absolute;
}

/* page content starts here */

.bike-page .middle_section .page_container .page_content  p {
  font-size: 16px;
  color: #fff;

}


.bike-page .middle_section .page_container .page_content .nma-details {
  color: #fff !important;

}

/* page content starts here */


.nma-carousel .owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 48%;
} 

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent ;
}

.nma-carousel .owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.nma-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  outline: none;
  
}

.bike-page .nma-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  outline: none;

}


.bike-page .middle_section .nma-carousel .owl-carousel .owl-dots {
  position: absolute;
}

.nma-carousel .owl-carousel .owl-stage-outer {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.nma-carousel {
  position: relative;
  margin-bottom: 41px;
  margin-top: 20px;
}

.bike-page .nma-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item  .nma-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 25px 40px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

.nma-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .rent-product-description .nma-name {
  font-size: 16px;
}

.bike-page .nma-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .nma-description .nma-name {
  font-size: 16px !important;
  color: #fff;
  margin: 0px 0px 10px;
}


/* ------page content rent bike carousel end----------- */

.bike-page .middle_section .page_container {
display: grid;
grid-template-columns: 0.3fr 1fr;
gap: 40px;
}

#content .bike-page  .middle_section .page_container {
display: grid;
grid-template-columns: minmax(220px, 310px) minmax(500px, 1fr);
grid-column-gap: 25px;
padding-right: 0px;
padding-left: 0px; 
}

/* ------page content sidebar----------- */

#content .bike-page .middle_section .page_container .sidebar_content .category_container {
margin-bottom: 0px; 
}
#content .bike-page .middle_section .page_container .sidebar_content .category_container .cat_heading {
display: flex;
align-items: center;
padding: 10px 18px;
color: #fff;
font-weight: 700;
font-size: 20px;
background-color: #00bdaa;
border: 1px solid #00bdaa;
cursor: pointer; 
}
#content .bike-page .middle_section .page_container .sidebar_content .category_container .cat_single_container {
border: 1px solid #00bdaa;
padding-bottom: 1px; 
}
#content .bike-page .middle_section .page_container .sidebar_content .category_container .cat_single_container .cat_single {
display: flex;
align-items: center;
color: #0d0d0d;
font-weight: 600;
font-size: 13px;
padding: 12px 20px;
margin-bottom: -1px;
background-color: #fff;
border-top: 1px solid #ebebeb;
text-decoration: none; 
}
#content .bike-page .middle_section .page_container .sidebar_content .category_container .cat_single_container .cat_single:hover, #content .bike-page .middle_section .page_container .sidebar_content .category_container .cat_single_container .cat_single:focus {
  background-color: #00bdaa47; 
}

#content .bike-page .middle_section .page_container .sidebar_content .need_help {
background-color: #404040;
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help .block_text_1 {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #fff;
width: 100%;
padding-bottom: 5px; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help .block_text_1 .text {
color: #fff;
display: block;
width: 100%;
text-align: center;
margin: 5px 0px 0px;
text-transform: uppercase;
font-size: 26px; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help .block_text_1 .sub_text {
color: #fff;
display: block;
width: 100%;
text-align: center;
font-size: 16px;
margin: 3px 0px 9px; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help .block_text_2 {
padding-top: 18px;
display: flex;
flex-wrap: wrap;
width: 100%; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help .block_text_2 .text {
color: #9e9d9d;
display: block;
width: 100%;
text-align: center;
font-size: 20px;
margin: 0 0 9px;
font-weight: 600; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn {
display: flex;
justify-content: center;
padding: 5px 35px;
background-color: #038eae;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
/*Safari*/
-moz-user-select: none;
/*Firefox*/ 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn:active, #content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn:hover, #content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn:focus, #content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn:focus-visible {
color: #ffffff;
background-color: #038eae;
border-color: #038eae;
outline: none; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn:active {
transform: scale(0.98);
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 }
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn .btn_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn .btn_container .icon {
  margin-right: 19px;
  font-size: 25px;
  padding-bottom: 7px;
  font-weight: 400; 
}
#content .bike-page .middle_section .page_container .sidebar_content .need_help #need_help_btn .btn_container span {
  color: #fff;
  font-size: 17px;
  font-weight: 600; 
}

/* ------page content sidebar ends----------- */



@media screen and (max-width: 1024px) {
  .product_top_section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product_top_section .the-product-info{
    margin-top: 20px;
  }

}


@media screen and (max-width: 767px) { 

  .product_top_section .view-images {
    display: none;
  }

  .bike-page .middle_section {
    margin: 0px !important;
  }
  .slider {
     width: calc(100vw - 55px);
  }
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
  }
  .slider__images {
    width: 100%;
    height: auto;
  }
  .slider__thumbs {
    height: unset;
    width: 100%;
    margin: 0px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }

  .slider .swiper-container {
    width: 100%;
    height: auto;
  }

  .bike-page .middle_section .page_container .page_content .nma-details {
    color: #000 !important;
    text-align-last: left !important;
  
  }

  #content .bike-page .middle_section .page_container .page_content img {
    margin-bottom: 0px !important;
  }
  .nma-carousel .owl-carousel .owl-item img {
    border-radius: 10px;
  }
  .bike-page .page_content {
    margin: 0px 20px !important;
  }
  


  .bike-page .nma-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .nma-description {
    position: unset;
    background-color: transparent;
    color: #000;
    padding: 20px 0px 0px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
  }

  .nma-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .nma-description .nma-name {
    text-align: left !important;
  }

  .nma-carousel .owl-carousel .owl-dots {
    display: none !important;
  }

  .nma-carousel .owl-carousel .owl-nav {
    position: absolute;
    /* top: 63%; */
    top: 50%;
  }
  .nma-carousel {
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08); */
    margin-bottom: 0px;
    
  }

  .nma-carousel .item {
    padding: 20px 20px 10px;
    border-radius: 10px ;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  }
  

  .bike-page .nma-carousel .owl-carousel .owl-nav .owl-prev {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
  }

  .nma-carousel .owl-carousel .owl-nav .owl-next{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
  }

  .nma-details {
    padding: 0px !important;
  }
 

  .product_top_section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product_top_section {
    /* margin: 20px 15px 40px; */
    margin:20px;
    /* grid-template-rows: auto; */

  }

  .product_top_section .the-product-info{
    margin-top: 25px;
    padding: 20px 28px 10px;

  }

  .product_top_section .product-carousel-images {
    display: grid;
    grid-template-columns: 1fr;
  }


  .product_top_section .the-product-info img {
    display: none;
  }
  .product_top_section .the-product-info p {
    margin-bottom: 11px;
  }

  .product_top_section .the-product-info p {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    font-weight: bold;
    gap: 10px;
  }

  #content .the-product-info p {
    text-align: start !important;
  }

  .product_top_section .the-product-info a {
    margin: unset;
  }

  .title-share h1 {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    margin-bottom: 0px;
  }

  .title-share {
    display: flex;
    justify-content: center;
  }

  .title-share .share-box {
    display: none;
  }

  .product-carousel .owl-carousel .owl-nav {
    display:none !important;
  }

  .product-carousel .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
  }

  #content .bike-page .middle_section .page_container {
    display: unset;
  }

  #content .bike-page  .sidebar_content {
    display: none;
  }
  #content .ma_guides_single .middle_section .page_container .page_content .nma-carousel p {
    text-align-last: left !important;
  }

  #content .bike-page .middle_section .page_container .page_content .nma_guide .nma_section .bike-title_variation_2 {
    margin: 0px 0 11px !important;
  }

}

@media only screen and (max-width: 991px) {
  #content .bike-page p {
    text-align: justify !important;
    text-align-last: left !important;
    padding: 2px 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .slider__thumbs {
    width:170px
  }

  .slider__images {
    width: 465px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .product_top_section .the-product-info {
    padding: 20px 28px 10px;
  }

  .product_top_section {
    display:grid;
    column-gap: 15px;
  }

  .slider__col {
    margin-right: 15px;
  }

}



